Searched refs:timestampsIter (Results 1 – 1 of 1) sorted by relevance
345 Iterator<Long> timestampsIter = scanRequestTimestamps.iterator(); in trimPastScanRequestTimesForForegroundApp() local346 while (timestampsIter.hasNext()) { in trimPastScanRequestTimesForForegroundApp()347 Long scanRequestTimeMillis = timestampsIter.next(); in trimPastScanRequestTimesForForegroundApp()350 timestampsIter.remove(); in trimPastScanRequestTimesForForegroundApp()