Searched refs:ExecutionStats (Results 1 – 7 of 7) sorted by relevance
71 static class ExecutionStats { class in CountQuotaTracker103 if (obj instanceof ExecutionStats) { in equals()104 ExecutionStats other = (ExecutionStats) obj; in equals()361 private boolean isWithinQuotaLocked(@NonNull final ExecutionStats stats) { in isWithinQuotaLocked()366 private boolean isUnderCountQuotaLocked(@NonNull ExecutionStats stats) { in isUnderCountQuotaLocked()381 private ExecutionStats getExecutionStatsLocked(final int userId, in getExecutionStatsLocked()384 final ExecutionStats stats = in getExecutionStatsLocked()407 @Nullable final String tag, @NonNull ExecutionStats stats) { in updateExecutionStatsLocked()463 final ArrayMap<String, ExecutionStats> appStats = in invalidateAllExecutionStatsLocked()469 final ExecutionStats stats = appStats.valueAt(i); in invalidateAllExecutionStatsLocked()[all …]
178 static class ExecutionStats { class in QuotaController261 if (obj instanceof ExecutionStats) { in equals()262 ExecutionStats other = (ExecutionStats) obj; in equals()1189 return new ExecutionStats();1198 stats = new ExecutionStats();1224 @NonNull ExecutionStats stats) {1372 ExecutionStats stats = appStats[i];1389 ExecutionStats stats = appStats[i];1391 stats = new ExecutionStats();1411 ExecutionStats stats = appStats[i];[all …]
57 import com.android.server.utils.quota.CountQuotaTracker.ExecutionStats;319 ExecutionStats expectedStats = new ExecutionStats(); in testUpdateExecutionStatsLocked_NoTimer()320 ExecutionStats inputStats = new ExecutionStats(); in testUpdateExecutionStatsLocked_NoTimer()422 ExecutionStats expectedStats = new ExecutionStats(); in testGetExecutionStatsLocked_Values()477 ExecutionStats expectedStats = new ExecutionStats(); in testGetExecutionStatsLocked_Values_BeginningOfTime()734 ExecutionStats stats = in testLogEvent_GlobalQuotaFree()755 ExecutionStats stats = in testLogEvent_GlobalQuotaNotFree()774 ExecutionStats stats = in testLogEvent_UptcQuotaFree()795 ExecutionStats stats = in testLogEvent_UptcQuotaNotFree()
100 message ExecutionStats { message128 repeated ExecutionStats execution_stats = 4;
529 ExecutionStats expectedStats = new ExecutionStats(); in testOnAppRemovedLocked()589 ExecutionStats expectedStats = new ExecutionStats(); in testOnUserRemovedLocked()630 ExecutionStats expectedStats = new ExecutionStats(); in testUpdateExecutionStatsLocked_NoTimer()631 ExecutionStats inputStats = new ExecutionStats(); in testUpdateExecutionStatsLocked_NoTimer()820 ExecutionStats expectedStats = new ExecutionStats(); in testUpdateExecutionStatsLocked_WithTimer()821 ExecutionStats inputStats = new ExecutionStats(); in testUpdateExecutionStatsLocked_WithTimer()916 ExecutionStats expectedStats = new ExecutionStats(); in testGetExecutionStatsLocked_Values()998 ExecutionStats expectedStats = new ExecutionStats(); in testGetExecutionStatsLocked_Values_BeginningOfTime()1236 ExecutionStats expectedStats = new ExecutionStats(); in testGetExecutionStatsLocked_Caching()2534 ExecutionStats stats; in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow()[all …]
615 message ExecutionStats { message729 repeated ExecutionStats execution_stats = 4;
20966 HSPLcom/android/server/job/controllers/QuotaController$ExecutionStats;-><init>()V20967 HPLcom/android/server/job/controllers/QuotaController$ExecutionStats;->toString()Ljava/lang/String;…21104 …tatsLocked(ILjava/lang/String;I)Lcom/android/server/job/controllers/QuotaController$ExecutionStats;21111 …tRemainingExecutionTimeLocked(Lcom/android/server/job/controllers/QuotaController$ExecutionStats;)J42053 PLcom/android/server/utils/quota/CountQuotaTracker$ExecutionStats;-><init>()V42067 …acker;->isUnderCountQuotaLocked(Lcom/android/server/utils/quota/CountQuotaTracker$ExecutionStats;)Z42070 …taTracker;->isWithinQuotaLocked(Lcom/android/server/utils/quota/CountQuotaTracker$ExecutionStats;)Z42074 …r;->lambda$new$5(Ljava/lang/Void;)Lcom/android/server/utils/quota/CountQuotaTracker$ExecutionStats;53826 Lcom/android/server/job/controllers/QuotaController$ExecutionStats;56133 Lcom/android/server/utils/quota/CountQuotaTracker$ExecutionStats;[all …]