Home
last modified time | relevance | path

Searched refs:timestampsIter (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java307 Iterator<Long> timestampsIter = scanRequestTimestamps.iterator(); in trimPastScanRequestTimesForForegroundApp() local
308 while (timestampsIter.hasNext()) { in trimPastScanRequestTimesForForegroundApp()
309 Long scanRequestTimeMillis = timestampsIter.next(); in trimPastScanRequestTimesForForegroundApp()
312 timestampsIter.remove(); in trimPastScanRequestTimesForForegroundApp()