Home
last modified time | relevance | path

Searched refs:TOAST_QUOTA_TAG (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java427 static final String TOAST_QUOTA_TAG = "toast_quota_tag"; field in NotificationManagerService
8728 mToastRateLimiter.isWithinQuota(userId, record.pkg, TOAST_QUOTA_TAG)
8737 mToastRateLimiter.noteEvent(userId, record.pkg, TOAST_QUOTA_TAG);
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7878 eq(NotificationManagerService.TOAST_QUOTA_TAG))) in setToastRateIsWithinQuota()