Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCsipDeviceManagerTest.java189 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in getGroupDevicesFromAllOfDevicesList_validGroupId_returnGroupDevices() local
268 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_noPreferredDevice_returnFalseAndNoChangeList() local
286 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_preferredDeviceIsMainAndNoOtherInList_noChangeList() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java4138 IncomingSms[] expectedList = new IncomingSms[] {mIncomingSms1}; in addIncomingSms_emptyProto() local
4153 IncomingSms[] expectedList = new IncomingSms[] {mIncomingSms1, mIncomingSms2}; in addIncomingSms_withExistingEntries() local
4179 OutgoingSms[] expectedList = new OutgoingSms[] {mOutgoingSms1}; in addOutgoingSms_emptyProto() local
4194 OutgoingSms[] expectedList = new OutgoingSms[] {mOutgoingSms1, mOutgoingSms2}; in addOutgoingSms_withExistingEntries() local
4220 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1}; in addOutgoingShortCodeSms_emptyProto() local
4236 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1, in addOutgoingShortCodeSms_withExistingEntries() local
4255 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {newOutgoingShortCodeSms1, in addOutgoingShortCodeSms_updateExistingEntries() local
4913 CarrierRoamingSatelliteSession[] expectedList = new CarrierRoamingSatelliteSession[] { in getCarrierRoamingSatelliteSessionStats_withSavedAtoms() local
5038 SatelliteEntitlement[] expectedList = new SatelliteEntitlement[] {newSatelliteEntitlement1, in addSatelliteEntitlementStats_updateExistingEntries() local
5096 SatelliteEntitlement[] expectedList = new SatelliteEntitlement[] { in getSatelliteEntitlementStats_withSavedAtoms() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java259 List<Account> expectedList = Arrays.asList(account); in testSharedAccountsInsertFindDelete() local
337 List<Account> expectedList = Arrays.asList(accountNotInDe); in testFindCeAccountsNotInDe() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/restore/
DPerformUnifiedRestoreTaskTest.java267 List<String> expectedList = Arrays.asList("a", "b", "c"); in testCreateVToUList_listIsNotNull_returnCorrectList() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
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
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java1850 final ArrayList<?> expectedList = (ArrayList<?>) expectedValue; in assertBundleEquals() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1774 private void verifyBuiltList(Collection<NotificationEntry> expectedList) { in verifyBuiltList()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java2899 final List<Integer> expectedList = in assertContainsInAnyOrder() local