Searched refs:timestampsIter (Results 1 – 1 of 1) sorted by relevance
307 Iterator<Long> timestampsIter = scanRequestTimestamps.iterator(); in trimPastScanRequestTimesForForegroundApp() local308 while (timestampsIter.hasNext()) { in trimPastScanRequestTimesForForegroundApp()309 Long scanRequestTimeMillis = timestampsIter.next(); in trimPastScanRequestTimesForForegroundApp()312 timestampsIter.remove(); in trimPastScanRequestTimesForForegroundApp()