Searched refs:getAccessPoints (Results 1 – 4 of 4) sorted by relevance
514 List<AccessPoint> aps = tracker.getAccessPoints(); in startTrackingShouldSetConnectedAccessPointAsActive()572 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldChangeSortOrder()579 aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldChangeSortOrder()594 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldNotChangeSortOrderWhenSortingDisabled()601 aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldNotChangeSortOrderWhenSortingDisabled()613 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateScoresShouldInsertSpeedIntoAccessPoint()630 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateMeteredShouldUpdateAccessPointMetering()652 List<AccessPoint> aps = tracker.getAccessPoints(); in noSpeedsShouldBeInsertedIntoAccessPointWhenScoringUiDisabled()748 assertThat(tracker.getAccessPoints().get(0).isActive()).isTrue(); in rssiChangeBroadcastShouldUpdateConnectedAp()762 assertThat(tracker.getAccessPoints().get(0).getRssi()).isEqualTo(newRssi); in rssiChangeBroadcastShouldUpdateConnectedAp()[all …]
98 fireAcccessPointsCallback(mWifiTracker.getAccessPoints()); in scanForAccessPoints()150 fireAcccessPointsCallback(mWifiTracker.getAccessPoints()); in onConnectedChanged()155 fireAcccessPointsCallback(mWifiTracker.getAccessPoints()); in onAccessPointsChanged()
423 public List<AccessPoint> getAccessPoints() { in getAccessPoints() method in WifiTracker453 for (AccessPoint accessPoint : getAccessPoints()) { in dump()
367 AccessPoint accessPoint = network.getAccessPoints(0); in testNetworksSerialization()