Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/utils/quota/
DCountQuotaTracker.java134 private final UptcMap<ExecutionStats> mExecutionStatsCache = new UptcMap<>(); field in CountQuotaTracker
277 mExecutionStatsCache.clear(); in dropEverythingLocked()
305 mExecutionStatsCache.delete(userId, packageName); in handleRemovedAppLocked()
312 mExecutionStatsCache.delete(userId); in handleRemovedUserLocked()
387 mExecutionStatsCache.getOrCreate(userId, packageName, tag, mCreateExecutionStats); in getExecutionStatsLocked()
455 mExecutionStatsCache.forEach((appStats) -> { in invalidateAllExecutionStatsLocked()
466 mExecutionStatsCache.get(userId, packageName); in invalidateAllExecutionStatsLocked()
482 final ExecutionStats stats = mExecutionStatsCache.get(userId, packageName, tag); in invalidateExecutionStatsLocked()
714 mExecutionStatsCache.forEach((userId, pkgName, tag, stats) -> { in dump()
765 mExecutionStatsCache.forEach((userId, pkgName, tag, stats) -> { in dump()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java314 private final SparseArrayMap<ExecutionStats[]> mExecutionStatsCache = new SparseArrayMap<>(); field in QuotaController
597 mExecutionStatsCache.delete(userId); in onUserRemovedLocked()
614 mExecutionStatsCache.delete(userId, packageName); in clearAppStats()
828 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in getExecutionStatsLocked()
831 mExecutionStatsCache.add(userId, packageName, appStats); in getExecutionStatsLocked()
990 mExecutionStatsCache.forEach((appStats) -> { in invalidateAllExecutionStatsLocked()
1005 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in invalidateAllExecutionStatsLocked()
1020 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in incrementJobCount()
1023 mExecutionStatsCache.add(userId, packageName, appStats); in incrementJobCount()
1041 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in incrementTimingSessionCount()
[all …]