Searched refs:mExecutionStatsCache (Results 1 – 1 of 1) sorted by relevance
395 private final UserPackageMap<ExecutionStats[]> mExecutionStatsCache = new UserPackageMap<>(); field in QuotaController711 mExecutionStatsCache.delete(userId, packageName); in onAppRemovedLocked()722 mExecutionStatsCache.delete(userId); in onUserRemovedLocked()937 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in getExecutionStatsLocked()940 mExecutionStatsCache.add(userId, packageName, appStats); in getExecutionStatsLocked()1088 mExecutionStatsCache.forEach((appStats) -> { in invalidateAllExecutionStatsLocked()1103 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in invalidateAllExecutionStatsLocked()1118 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in incrementJobCount()1121 mExecutionStatsCache.add(userId, packageName, appStats); in incrementJobCount()1139 ExecutionStats[] appStats = mExecutionStatsCache.get(userId, packageName); in incrementTimingSessionCount()[all …]