Searched refs:fullSet (Results 1 – 1 of 1) sorted by relevance
1334 Set<ScanResult> fullSet = new ArraySet<>(); in testGetScanResults_showsHomeAndRoamingScans() local1335 fullSet.addAll(mScanResults); in testGetScanResults_showsHomeAndRoamingScans()1336 fullSet.addAll(mRoamingScans); in testGetScanResults_showsHomeAndRoamingScans()1337 assertThat(passpointAccessPoint.getScanResults()).isEqualTo(fullSet); in testGetScanResults_showsHomeAndRoamingScans()