Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java559 mQuotaController.getExecutionStatsLocked( in testOnAppRemovedLocked()
562 mQuotaController.getExecutionStatsLocked( in testOnAppRemovedLocked()
985 mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Values()
1054 mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Values_BeginningOfTime()
2214 stats = mQuotaController.getExecutionStatsLocked( in testIsWithinQuotaLocked_WithQuotaBump_Duration()
2300 stats = mQuotaController.getExecutionStatsLocked( in testIsWithinQuotaLocked_WithQuotaBump_JobCount()
2388 stats = mQuotaController.getExecutionStatsLocked( in testIsWithinQuotaLocked_WithQuotaBump_SessionCount()
3240 stats = mQuotaController.getExecutionStatsLocked( in testMaybeScheduleStartAlarmLocked_JobCount_RateLimitingWindow()
4146 stats = mQuotaController.getExecutionStatsLocked( in testTimerTracking_JobCount_Foreground()
4688 stats = mQuotaController.getExecutionStatsLocked( in testStartAlarmScheduled_JobCount_RateLimitingWindow()
[all …]
/aosp14/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()
748 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaFree()
769 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaNotFree()
788 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaFree()
809 mQuotaTracker.getExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaNotFree()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java916 ExecutionStats stats = getExecutionStatsLocked(userId, packageName, standbyBucket);
967 getExecutionStatsLocked(userId, packageName, standbyBucket));
1045 final ExecutionStats stats = getExecutionStatsLocked(userId, packageName, standbyBucket);
1204 ExecutionStats getExecutionStatsLocked(final int userId, @NonNull final String packageName,
1206 return getExecutionStatsLocked(userId, packageName, standbyBucket, true);
1210 private ExecutionStats getExecutionStatsLocked(final int userId,
1814 ExecutionStats stats = getExecutionStatsLocked(userId, packageName, standbyBucket);
/aosp14/frameworks/base/services/
H A Dart-profile4653 HSPLcom/android/server/job/controllers/QuotaController;->getExecutionStatsLocked(ILjava/lang/String…
4654 HSPLcom/android/server/job/controllers/QuotaController;->getExecutionStatsLocked(ILjava/lang/String…
10340 HPLcom/android/server/utils/quota/CountQuotaTracker;->getExecutionStatsLocked(ILjava/lang/String;Lj…