Searched refs:getAccessPoints (Results 1 – 2 of 2) 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()629 List<AccessPoint> aps = tracker.getAccessPoints(); in scoreCacheUpdateMeteredShouldUpdateAccessPointMetering()651 List<AccessPoint> aps = tracker.getAccessPoints(); in noSpeedsShouldBeInsertedIntoAccessPointWhenScoringUiDisabled()747 assertThat(tracker.getAccessPoints().get(0).isActive()).isTrue(); in rssiChangeBroadcastShouldUpdateConnectedAp()761 assertThat(tracker.getAccessPoints().get(0).getRssi()).isEqualTo(newRssi); in rssiChangeBroadcastShouldUpdateConnectedAp()[all …]
433 public List<AccessPoint> getAccessPoints() { in getAccessPoints() method in WifiTracker463 for (AccessPoint accessPoint : getAccessPoints()) { in dump()