Searched refs:getAccessPoints (Results 1 – 5 of 5) sorted by relevance
513 List<AccessPoint> aps = tracker.getAccessPoints(); in startTrackingShouldSetConnectedAccessPointAsActive()571 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldChangeSortOrder()578 aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldChangeSortOrder()593 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldNotChangeSortOrderWhenSortingDisabled()600 aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldNotChangeSortOrderWhenSortingDisabled()612 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldInsertSpeedIntoAccessPoint()815 assertThat(tracker.getAccessPoints()).hasSize(1); in onStartShouldDisplayConnectedAccessPointWhenThereAreNoScanResults()939 assertThat(tracker.getAccessPoints()).isEmpty(); in disablingWifiShouldClearExistingAccessPoints()998 assertThat(tracker.getAccessPoints()).hasSize(2); in onStart_updateScanResults_evictOldScanResult()1017 assertThat(tracker.getAccessPoints()).hasSize(3); in failedScan_increasesEvictionTimeout()[all …]
439 list.addAll(mFilterWifiTracker.getAccessPoints()); in renewAccessPointList()496 public List<AccessPoint> getAccessPoints() { in getAccessPoints() method in NetworkRequestDialogFragment.FilterWifiTracker497 final List<AccessPoint> allAccessPoints = mWifiTracker.getAccessPoints(); in getAccessPoints()
355 return mWifiTracker == null ? new ArrayList<>() : mWifiTracker.getAccessPoints(); in getAvailableNetworks()
432 public List<AccessPoint> getAccessPoints() { in getAccessPoints() method in WifiTracker462 for (AccessPoint accessPoint : getAccessPoints()) { in dump()
697 AccessPoint accessPoint = network.getAccessPoints(0); in testNetworksSerialization()