Searched refs:mLastScanTimestampsForFgApps (Results 1 – 1 of 1) sorted by relevance
120 private final ArrayMap<Pair<Integer, String>, LinkedList<Long>> mLastScanTimestampsForFgApps = field in ScanRequestProxy392 mLastScanTimestampsForFgApps.get(uidAndPackageNamePair); in getOrCreateScanRequestTimestampsForForegroundApp()395 mLastScanTimestampsForFgApps.put(uidAndPackageNamePair, scanRequestTimestamps); in getOrCreateScanRequestTimestampsForForegroundApp()603 mLastScanTimestampsForFgApps.clear(); in clearScanResults()619 mLastScanTimestampsForFgApps.remove(Pair.create(uid, packageName)); in clearScanRequestTimestampsForApp()671 mLastScanTimestampsForFgApps.clear(); in setScanThrottleEnabled()