Searched refs:timestampsIter (Results 1 – 1 of 1) sorted by relevance
315 Iterator<Long> timestampsIter = scanRequestTimestamps.iterator(); in trimPastScanRequestTimesForForegroundApp() local316 while (timestampsIter.hasNext()) { in trimPastScanRequestTimesForForegroundApp()317 Long scanRequestTimeMillis = timestampsIter.next(); in trimPastScanRequestTimesForForegroundApp()320 timestampsIter.remove(); in trimPastScanRequestTimesForForegroundApp()