Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A 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()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java288 private final SparseArrayMap<String, ExecutionStats[]> mExecutionStatsCache = field in QuotaController
703 mExecutionStatsCache.delete(userId); in onUserRemovedLocked()
734 mExecutionStatsCache.delete(userId, packageName); in clearAppStatsLocked()
1220 mExecutionStatsCache.add(userId, packageName, appStats);
1413 mExecutionStatsCache.forEach((appStats) -> {
1446 mExecutionStatsCache.add(userId, packageName, appStats);
1468 mExecutionStatsCache.add(userId, packageName, appStats);
4562 for (int u = 0; u < mExecutionStatsCache.numMaps(); ++u) {
4563 final int userId = mExecutionStatsCache.keyAt(u);
4565 final String pkgName = mExecutionStatsCache.keyAt(u, p);
[all …]