Home
last modified time | relevance | path

Searched defs:expectedList (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/network/
DPrimarySimRepositoryTest.kt75 val expectedList = listOf( in getPrimarySimInfo_verifyCallsList() constant
114 val expectedList = listOf( in getPrimarySimInfo_verifySmsList() constant
151 val expectedList = listOf( in getPrimarySimInfo_noAskEveryTime_verifySmsList() constant
176 val expectedList = listOf( in getPrimarySimInfo_verifyDataList() constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.void/ctor/
H A Dctor.unexpect_init_list.pass.cpp65 auto expectedList = {1, 2, 3}; in test() local
73 auto expectedList = {4, 5, 6}; in test() local
85 auto expectedList = {1, 2}; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.unexpect_init_list.pass.cpp66 auto expectedList = {1, 2, 3}; in test() local
74 auto expectedList = {4, 5, 6}; in test() local
86 auto expectedList = {1, 2}; in test() local
H A Dctor.inplace_init_list.pass.cpp66 auto expectedList = {1, 2, 3}; in test() local
74 auto expectedList = {4, 5, 6}; in test() local
86 auto expectedList = {1, 2}; in test() local
/aosp_15_r20/cts/tests/accessibility/common/src/android/accessibility/cts/common/
H A DAccessibilityShortcutSettingsRule.java125 List<String> expectedList) { in waitForAccessibilityShortcutStateChange()
138 List<String> expectedList) { in waitForAccessibilityButtonStateChange()
211 List<String> expectedList) { in waitForShortcutStateChange()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DAbstractListTest.java134 List<Integer> expectedList = new ArrayList<>(); in checkSpliteratorOfRandomAccessList() local
139 SpliteratorTester.runBasicIterationTests(spliteratorSupplier.get(), expectedList); in checkSpliteratorOfRandomAccessList() local
140 SpliteratorTester.runBasicSplitTests(spliteratorSupplier.get(), expectedList, in checkSpliteratorOfRandomAccessList() local
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DMobileNetworkUtilsTest.java249 int[] expectedList = new int[0]; in getActiveSubscriptionIdList_nonActive_returnEmptyArray() local
258 int[] expectedList = {SUB_ID_1, SUB_ID_2}; in getActiveSubscriptionIdList_normalCaseTwoActiveSims_returnValidSubId() local
266 int[] expectedList = {SUB_ID_2}; in getActiveSubscriptionIdList_TwoActiveSimsAndOneIsNtn_returnOneSubId() local
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java4181 IncomingSms[] expectedList = new IncomingSms[] {mIncomingSms1}; in addIncomingSms_emptyProto() local
4196 IncomingSms[] expectedList = new IncomingSms[] {mIncomingSms1, mIncomingSms2}; in addIncomingSms_withExistingEntries() local
4222 OutgoingSms[] expectedList = new OutgoingSms[] {mOutgoingSms1}; in addOutgoingSms_emptyProto() local
4237 OutgoingSms[] expectedList = new OutgoingSms[] {mOutgoingSms1, mOutgoingSms2}; in addOutgoingSms_withExistingEntries() local
4263 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1}; in addOutgoingShortCodeSms_emptyProto() local
4279 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1, in addOutgoingShortCodeSms_withExistingEntries() local
4298 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {newOutgoingShortCodeSms1, in addOutgoingShortCodeSms_updateExistingEntries() local
5097 CarrierRoamingSatelliteSession[] expectedList = new CarrierRoamingSatelliteSession[] { in getCarrierRoamingSatelliteSessionStats_withSavedAtoms() local
5237 SatelliteEntitlement[] expectedList = new SatelliteEntitlement[] {newSatelliteEntitlement1, in addSatelliteEntitlementStats_updateExistingEntries() local
5295 SatelliteEntitlement[] expectedList = new SatelliteEntitlement[] { in getSatelliteEntitlementStats_withSavedAtoms() local
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManagerTest.java230 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in getGroupDevicesFromAllOfDevicesList_validGroupId_returnGroupDevices() local
309 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_noPreferredDevice_returnFalseAndNoChangeList() local
327 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_preferredDeviceIsMainAndNoOtherInList_noChangeList() local
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/mapper/
H A DStaticTableSchemaTest.java1124 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleIntegerSet() local
1137 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleStringSet() local
1150 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleLongSet() local
1163 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleShortSet() local
1176 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleByteSet() local
1189 List<String> expectedList = valueSet.stream().map(Object::toString).collect(toList()); in mapperCanHandleDoubleSet() local
1202 List<String> expectedList = valueSet.stream().map(Object::toString).collect(toList()); in mapperCanHandleFloatSet() local
H A DStaticImmutableTableSchemaTest.java1127 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleIntegerSet() local
1140 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleStringSet() local
1153 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleLongSet() local
1166 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleShortSet() local
1179 List<String> expectedList = valueSet.stream().map(Objects::toString).collect(toList()); in mapperCanHandleByteSet() local
1192 List<String> expectedList = valueSet.stream().map(Object::toString).collect(toList()); in mapperCanHandleDoubleSet() local
1205 List<String> expectedList = valueSet.stream().map(Object::toString).collect(toList()); in mapperCanHandleFloatSet() local
H A DImmutableTableSchemaTest.java83 …AttributeValue expectedList = AttributeValue.builder().l(expectedDocument1, expectedDocument2).bui… in documentImmutable_list_correctlyMapsBeanAttributes() local
169 …AttributeValue expectedList = AttributeValue.builder().l(expectedDocument1, expectedDocument2).bui… in documentImmutable_list_correctlyMapsImmutableAttributes() local
H A DBeanTableSchemaTest.java298 …AttributeValue expectedList = AttributeValue.builder().l(expectedDocument1, expectedDocument2).bui… in documentBean_list_correctlyMapsBeanAttributes() local
377 …AttributeValue expectedList = AttributeValue.builder().l(expectedDocument1, expectedDocument2).bui… in documentBean_list_correctlyMapsImmutableAttributes() local
457 …AttributeValue expectedList = AttributeValue.builder().l(expectedDocument1, expectedDocument2).bui… in parameterizedDocumentBean_list_correctlyMapsAttributes() local
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissions/api/
DGetGrantedHealthPermissionsUseCaseTest.kt52 val expectedList = listOf("permission1", "permission2") in invoke_callsHealthPermissionManager_returnsCorrectList() constant
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
H A DProtoTruthMessageDifferencer.java134 List<?> expectedList = toProtoList(expectedFields.get(fieldDescriptor)); in diffMessages() local
356 List<?> expectedList, in compareRepeatedFieldIgnoringOrder()
427 List<?> expectedList, in compareRepeatedFieldExpectingSubsequence()
599 List<?> expectedList, in compareRepeatedFieldByIndices()
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/
H A DJsonArrayAsListTest.java97 List<JsonElement> expectedList = Arrays.<JsonElement>asList( in testAdd() local
140 List<JsonElement> expectedList = Arrays.<JsonElement>asList( in testAddAll() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A DBufferConflationTest.kt22 val expectedList = when (onBufferOverflow) { in <lambda>() constant
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java259 List<Account> expectedList = Arrays.asList(account); in testSharedAccountsInsertFindDelete() local
337 List<Account> expectedList = Arrays.asList(accountNotInDe); in testFindCeAccountsNotInDe() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinatorTest.java271 List<String> expectedList = Stream.of("1", "2", "3", "group1", "group2") in testPurgesAppIconProviderCache() local
318 List<String> expectedList = Stream.of("1", "2", "3", "group1", "group2") in testPurgesNotificationIconStyleProviderCache() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScoreServiceTest.java767 List<ScoredNetwork> expectedList = Collections.singletonList(SCORED_NETWORK); in testCurrentNetworkScoreCacheFilter_scoreFiltered() local
825 List<ScoredNetwork> expectedList = Lists.newArrayList(SCORED_NETWORK, SCORED_NETWORK_2); in testScanResultsScoreCacheFilter_scoresFiltered() local
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DAbstractListTester.java55 List<E> expectedList = Helpers.copyToList(expectedCollection); in expectContents() local
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DAbstractListTester.java55 List<E> expectedList = Helpers.copyToList(expectedCollection); in expectContents() local
/aosp_15_r20/external/geojson-jackson/src/test/java/org/geojson/jackson/
H A DPolygonTest.java67 private void assertListEquals(List<LngLatAlt> expectedList, List<LngLatAlt> actualList) { in assertListEquals()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalServiceBaseTest.java42 List<HalPropValue> expectedList = new ArrayList<HalPropValue>(); in testGetDispatchList() local
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/testing/util/
H A DMoreAsserts.java81 ImmutableList<T> expectedList = ImmutableList.copyOf(expected); in assertContentsAnyOrder() local

123