Home
last modified time | relevance | path

Searched refs:noteEvent (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
DMultiRateLimiterTest.java68 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_belowLimit_isWithinQuota()
72 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_belowLimit_isWithinQuota()
85 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_aboveLimit_isNotWithinQuota()
88 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_aboveLimit_isNotWithinQuota()
91 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_aboveLimit_isNotWithinQuota()
105 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_afterGoingAboveQuotaAndWaitingWindow_isBackWithinQuota()
108 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_afterGoingAboveQuotaAndWaitingWindow_isBackWithinQuota()
111 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in testSingleRateLimit_afterGoingAboveQuotaAndWaitingWindow_isBackWithinQuota()
133 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in createMultipleRateLimits_testTheyLimitsAsExpected()
137 multiRateLimiter.noteEvent(USER_ID, PACKAGE_NAME_1, TAG); in createMultipleRateLimits_testTheyLimitsAsExpected()
[all …]
DCountQuotaTrackerTest.java206 mQuotaTracker.noteEvent(userId, pkgName, tag); in logEvents()
217 mQuotaTracker.noteEvent(userId, pkgName, tag); in logEventAt()
752 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaFree()
773 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaNotFree()
792 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaFree()
813 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaNotFree()
831 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testTracking_OutOfQuota()
853 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testTracking_InQuota()
/frameworks/base/services/core/java/com/android/server/utils/quota/
DMultiRateLimiter.java64 public void noteEvent(int userId, @NonNull String packageName, @Nullable String tag) { in noteEvent() method in MultiRateLimiter
87 quotaTracker.noteEvent(userId, packageName, tag); in noteEventLocked()
DCountQuotaTracker.java182 public boolean noteEvent(int userId, @NonNull String packageName, @Nullable String tag) { in noteEvent() method in CountQuotaTracker
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DBatteryStatsServiceTest.java89 mBatteryStatsService.noteEvent(eventCode, eventName, uid); in testAwaitCompletion()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl100 void noteEvent(int code, String name, int uid); in noteEvent() method
/frameworks/base/services/core/java/com/android/server/wearable/
DWearableSensingManagerService.java366 mDataRequestRateLimiter.noteEvent( in createDataRequestRemoteCallback()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java1130 mInjector.noteEvent(BatteryStats.HistoryItem.EVENT_PACKAGE_INACTIVE, in notifyBatteryStats()
1133 mInjector.noteEvent(BatteryStats.HistoryItem.EVENT_PACKAGE_ACTIVE, in notifyBatteryStats()
2769 void noteEvent(int event, String packageName, int uid) throws RemoteException { in noteEvent() method in AppStandbyController.Injector
2771 mBatteryStats.noteEvent(event, packageName, uid); in noteEvent()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java1697 mQuotaTracker.noteEvent(userId, pkg, QUOTA_TRACKER_SCHEDULE_LOGGED);
1736 mQuotaTracker.noteEvent(userId, pkg, QUOTA_TRACKER_SCHEDULE_PERSISTED_TAG);
3184 mQuotaTracker.noteEvent(userId, pkg,
3190 if (!mQuotaTracker.noteEvent(userId, pkg, QUOTA_TRACKER_TIMEOUT_TOTAL_TAG)) {
3199 if (!mQuotaTracker.noteEvent(callingUserId, callingPkg, QUOTA_TRACKER_ANR_TAG)) {
/frameworks/base/services/core/java/com/android/server/wm/
DActivityClientController.java1071 && !mSetPipAspectRatioQuotaTracker.noteEvent( in ensureValidPictureInPictureActivityParams()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DDeviceIdleController.java3271 mBatteryStats.noteEvent(BatteryStats.HistoryItem.EVENT_TEMP_WHITELIST_START, in addPowerSaveTempWhitelistAppDirectInternal()
3375 mBatteryStats.noteEvent(BatteryStats.HistoryItem.EVENT_TEMP_WHITELIST_FINISH, in onAppRemovedFromTempWhitelistLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java328 void noteEvent(int event, String packageName, int uid) throws RemoteException { in noteEvent() method in AppStandbyControllerTests.MyInjector
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1183 public void noteEvent(final int code, final String name, final int uid) { in noteEvent() method in BatteryStatsService
DUserController.java3854 mService.mBatteryStatsService.noteEvent(code, name, uid);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java9128 mToastRateLimiter.noteEvent(userId, record.pkg, TOAST_QUOTA_TAG);
/frameworks/base/services/
Dart-profile600 HSPLcom/android/server/am/BatteryStatsService;->noteEvent(ILjava/lang/String;I)V
3380 HPLcom/android/server/utils/quota/CountQuotaTracker;->noteEvent(ILjava/lang/String;Ljava/lang/Strin…
Dart-wear-profile5631 HPLcom/android/server/am/BatteryStatsService;->lambda$noteEvent$14(ILjava/lang/String;IJJ)V
5675 HPLcom/android/server/am/BatteryStatsService;->noteEvent(ILjava/lang/String;I)V
23812 PLcom/android/server/usage/AppStandbyController$Injector;->noteEvent(ILjava/lang/String;I)V
24606 PLcom/android/server/utils/quota/CountQuotaTracker;->noteEvent(ILjava/lang/String;Ljava/lang/String…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt71728 Lcom/android/internal/app/IBatteryStats$Stub$Proxy;->noteEvent(ILjava/lang/String;I)V
71901 Lcom/android/internal/app/IBatteryStats;->noteEvent(ILjava/lang/String;I)V