Searched defs:expectedList (Results 1 – 8 of 8) sorted by relevance
189 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in getGroupDevicesFromAllOfDevicesList_validGroupId_returnGroupDevices() local268 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_noPreferredDevice_returnFalseAndNoChangeList() local286 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_preferredDeviceIsMainAndNoOtherInList_noChangeList() local
4138 IncomingSms[] expectedList = new IncomingSms[] {mIncomingSms1}; in addIncomingSms_emptyProto() local4153 IncomingSms[] expectedList = new IncomingSms[] {mIncomingSms1, mIncomingSms2}; in addIncomingSms_withExistingEntries() local4179 OutgoingSms[] expectedList = new OutgoingSms[] {mOutgoingSms1}; in addOutgoingSms_emptyProto() local4194 OutgoingSms[] expectedList = new OutgoingSms[] {mOutgoingSms1, mOutgoingSms2}; in addOutgoingSms_withExistingEntries() local4220 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1}; in addOutgoingShortCodeSms_emptyProto() local4236 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1, in addOutgoingShortCodeSms_withExistingEntries() local4255 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {newOutgoingShortCodeSms1, in addOutgoingShortCodeSms_updateExistingEntries() local4913 CarrierRoamingSatelliteSession[] expectedList = new CarrierRoamingSatelliteSession[] { in getCarrierRoamingSatelliteSessionStats_withSavedAtoms() local5038 SatelliteEntitlement[] expectedList = new SatelliteEntitlement[] {newSatelliteEntitlement1, in addSatelliteEntitlementStats_updateExistingEntries() local5096 SatelliteEntitlement[] expectedList = new SatelliteEntitlement[] { in getSatelliteEntitlementStats_withSavedAtoms() local[all …]
259 List<Account> expectedList = Arrays.asList(account); in testSharedAccountsInsertFindDelete() local337 List<Account> expectedList = Arrays.asList(accountNotInDe); in testFindCeAccountsNotInDe() local
267 List<String> expectedList = Arrays.asList("a", "b", "c"); in testCreateVToUList_listIsNotNull_returnCorrectList() local
767 List<ScoredNetwork> expectedList = Collections.singletonList(SCORED_NETWORK); in testCurrentNetworkScoreCacheFilter_scoreFiltered() local825 List<ScoredNetwork> expectedList = Lists.newArrayList(SCORED_NETWORK, SCORED_NETWORK_2); in testScanResultsScoreCacheFilter_scoresFiltered() local
1850 final ArrayList<?> expectedList = (ArrayList<?>) expectedValue; in assertBundleEquals() local
1774 private void verifyBuiltList(Collection<NotificationEntry> expectedList) { in verifyBuiltList()
2899 final List<Integer> expectedList = in assertContainsInAnyOrder() local