HomeSort by relevance Sort by last modified time
    Searched refs:scanDetailCache (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScoreReport.java 287 ScanDetailCache scanDetailCache =
289 if (scanDetailCache == null) return false;
291 currentConfiguration.setVisibility(scanDetailCache.getVisibility(SCAN_CACHE_VISIBILITY_MS));
315 ScanDetailCache scanDetailCache =
317 if (scanDetailCache == null) return false;
318 if (scanDetailCache.size() <= HOME_VISIBLE_NETWORK_MAX_COUNT) {
WifiConfigManager.java 263 * Stores a map of NetworkId to ScanDetailCache.
265 private final Map<Integer, ScanDetailCache> mScanDetailCaches;
    [all...]
WifiStateMachine.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java     [all...]

Completed in 61 milliseconds