Searched defs:expectedList (Results 1 – 6 of 6) sorted by relevance
185 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in getGroupDevicesFromAllOfDevicesList_validGroupId_returnGroupDevices() local257 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_noPreferredDevice_returnFalseAndNoChangeList() local275 List<CachedBluetoothDevice> expectedList = new ArrayList<>(); in addMemberDevicesIntoMainDevice_preferredDeviceIsMainAndNoOtherInList_noChangeList() local
261 List<Account> expectedList = Arrays.asList(account); in testSharedAccountsInsertFindDelete() local339 List<Account> expectedList = Arrays.asList(accountNotInDe); in testFindCeAccountsNotInDe() 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
1631 final ArrayList<?> expectedList = (ArrayList<?>) expectedValue; in assertBundleEquals() local
2437 final List<Integer> expectedList = in assertContainsInAnyOrder() local
1774 private void verifyBuiltList(Collection<NotificationEntry> expectedList) { in verifyBuiltList()