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.java2483 long nowInMillis, long ageInMillis, int maxChannelSetSize) { in addToChannelSetForNetworkFromScanDetailCache()
2515 public Set<Integer> fetchChannelSetForNetworkForPartialScan(int networkId, long ageInMillis, in fetchChannelSetForNetworkForPartialScan()
2590 private Set<Integer> fetchChannelSetForNetworkForPnoScan(int networkId, long ageInMillis) { in fetchChannelSetForNetworkForPnoScan()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java2619 int ageInMillis = 4; in testFetchChannelSetForNetworkIgnoresStaleScanResults() local