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.java133 private final UptcMap<ExecutionStats> mExecutionStatsCache = new UptcMap<>(); field in CountQuotaTracker
276 mExecutionStatsCache.clear(); in dropEverythingLocked()
303 mExecutionStatsCache.delete(userId, packageName); in handleRemovedAppLocked()
310 mExecutionStatsCache.delete(userId); in handleRemovedUserLocked()
385 mExecutionStatsCache.getOrCreate(userId, packageName, tag, mCreateExecutionStats); in getExecutionStatsLocked()
453 mExecutionStatsCache.forEach((appStats) -> { in invalidateAllExecutionStatsLocked()
464 mExecutionStatsCache.get(userId, packageName); in invalidateAllExecutionStatsLocked()
480 final ExecutionStats stats = mExecutionStatsCache.get(userId, packageName, tag); in invalidateExecutionStatsLocked()
712 mExecutionStatsCache.forEach((userId, pkgName, tag, stats) -> { in dump()
763 mExecutionStatsCache.forEach((userId, pkgName, tag, stats) -> { in dump()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java291 private final SparseArrayMap<String, ExecutionStats[]> mExecutionStatsCache = field in QuotaController
707 mExecutionStatsCache.delete(userId); in onUserRemovedLocked()
738 mExecutionStatsCache.delete(userId, packageName); in clearAppStatsLocked()
1244 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in getExecutionStatsLocked()
1247 mExecutionStatsCache.add(userId, packageName, appStats); in getExecutionStatsLocked()
1440 mExecutionStatsCache.forEach((appStats) -> { in invalidateAllExecutionStatsLocked()
1455 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in invalidateAllExecutionStatsLocked()
1470 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in incrementJobCountLocked()
1473 mExecutionStatsCache.add(userId, packageName, appStats); in incrementJobCountLocked()
1495 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in incrementTimingSessionCountLocked()
[all …]