Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
DCountQuotaTrackerTest.java326 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, "com.android.test.not.run", TEST_TAG, in testUpdateExecutionStatsLocked_NoTimer()
336 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
342 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
348 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
356 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
362 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
373 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
380 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
387 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
394 mQuotaTracker.updateExecutionStatsLocked(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, inputStats); in testUpdateExecutionStatsLocked_NoTimer()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java471 mQuotaController.updateExecutionStatsLocked(0, "com.android.test.not.run", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
483 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
494 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
506 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
518 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
529 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
543 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
557 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
572 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
585 mQuotaController.updateExecutionStatsLocked(0, "com.android.test", inputStats); in testUpdateExecutionStatsLocked_NoTimer()
[all …]
/frameworks/base/services/core/java/com/android/server/utils/quota/
DCountQuotaTracker.java399 updateExecutionStatsLocked(userId, packageName, tag, stats); in getExecutionStatsLocked()
408 void updateExecutionStatsLocked(final int userId, @NonNull final String packageName, in updateExecutionStatsLocked() method in CountQuotaTracker
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java852 updateExecutionStatsLocked(userId, packageName, stats); in getExecutionStatsLocked()
860 void updateExecutionStatsLocked(final int userId, @NonNull final String packageName, in updateExecutionStatsLocked() method in QuotaController
/frameworks/base/services/
Dart-profile32938 HSPLcom/android/server/utils/quota/CountQuotaTracker;->updateExecutionStatsLocked(ILjava/lang/Strin…