Home
last modified time | relevance | path

Searched refs:getExecutionStatsLocked (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DCountQuotaTracker.java192 final ExecutionStats stats = getExecutionStatsLocked(userId, packageName, tag); in noteEvent()
291 return getExecutionStatsLocked(userId, packageName, tag).inQuotaTimeElapsed; in getInQuotaTimeElapsedLocked()
324 return isWithinQuotaLocked(getExecutionStatsLocked(userId, packageName, tag)); in isWithinQuotaLocked()
374 ExecutionStats getExecutionStatsLocked(final int userId, @NonNull final String packageName, in getExecutionStatsLocked() method in CountQuotaTracker
376 return getExecutionStatsLocked(userId, packageName, tag, true); in getExecutionStatsLocked()
381 private ExecutionStats getExecutionStatsLocked(final int userId, in getExecutionStatsLocked() method in CountQuotaTracker
585 getExecutionStatsLocked(userId, packageName, tag, false)); in maybeUpdateStatusForUptcLocked()
592 getExecutionStatsLocked(userId, packageName, tag, true)); in maybeUpdateStatusForUptcLocked()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java544 mQuotaController.getExecutionStatsLocked( in testOnAppRemovedLocked()
547 mQuotaController.getExecutionStatsLocked( in testOnAppRemovedLocked()
964 mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Values()
1032 mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Values_BeginningOfTime()
1084 assertEquals(0, mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_CoalescingSessions()
1098 assertEquals(0, mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_CoalescingSessions()
1298 newStatsRare = mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Caching()
2536 stats = mQuotaController.getExecutionStatsLocked( in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow()
3320 stats = mQuotaController.getExecutionStatsLocked( in testTimerTracking_JobCount_Foreground()
3860 stats = mQuotaController.getExecutionStatsLocked( in testStartAlarmScheduled_JobCount_RateLimitingWindow()
[all …]
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java431 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG)); in testGetExecutionStatsLocked_Values()
440 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG)); in testGetExecutionStatsLocked_Values()
450 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG)); in testGetExecutionStatsLocked_Values()
460 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG)); in testGetExecutionStatsLocked_Values()
484 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG)); in testGetExecutionStatsLocked_Values_BeginningOfTime()
735 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaFree()
756 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaNotFree()
775 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaFree()
796 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaNotFree()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java916 ExecutionStats stats = getExecutionStatsLocked(userId, packageName, standbyBucket);
966 getExecutionStatsLocked(userId, packageName, standbyBucket));
1044 final ExecutionStats stats = getExecutionStatsLocked(userId, packageName, standbyBucket);
1178 ExecutionStats getExecutionStatsLocked(final int userId, @NonNull final String packageName,
1180 return getExecutionStatsLocked(userId, packageName, standbyBucket, true);
1184 private ExecutionStats getExecutionStatsLocked(final int userId,
1723 ExecutionStats stats = getExecutionStatsLocked(userId, packageName, standbyBucket);
/aosp12/frameworks/base/services/
H A Dart-profile21104 HSPLcom/android/server/job/controllers/QuotaController;->getExecutionStatsLocked(ILjava/lang/String…
21105 HSPLcom/android/server/job/controllers/QuotaController;->getExecutionStatsLocked(ILjava/lang/String…
42061 HPLcom/android/server/utils/quota/CountQuotaTracker;->getExecutionStatsLocked(ILjava/lang/String;Lj…
42062 HPLcom/android/server/utils/quota/CountQuotaTracker;->getExecutionStatsLocked(ILjava/lang/String;Lj…