Home
last modified time | relevance | path

Searched defs:ageInMillis (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java2565 long nowInMillis, long ageInMillis, int maxChannelSetSize) { in addToChannelSetForNetworkFromScanDetailCache()
2597 public Set<Integer> fetchChannelSetForNetworkForPartialScan(int networkId, long ageInMillis, in fetchChannelSetForNetworkForPartialScan()
2672 private Set<Integer> fetchChannelSetForNetworkForPnoScan(int networkId, long ageInMillis) { in fetchChannelSetForNetworkForPnoScan()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java2714 int ageInMillis = 4; in testFetchChannelSetForNetworkIgnoresStaleScanResults() local