Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/android/app/usage/
DUsageStatsManagerInternal.java108 public abstract void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification() method in UsageStatsManagerInternal
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java3295 public void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification() method in UsageStatsService.LocalService
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java8842 verify(mAppUsageStats).reportInterruptiveNotification(anyString(), anyString(), anyInt()); in testOnNotificationVisibilityChanged_triggersInterruptionUsageStat()
8884 verify(mAppUsageStats).reportInterruptiveNotification(anyString(), anyString(), anyInt()); in testSetNotificationsShownFromListener_triggersInterruptionUsageStat()
8906 verify(mAppUsageStats, never()).reportInterruptiveNotification( in testSetNotificationsShownFromListener_protectsCrossUserInformation()
8944 verify(mAppUsageStats, times(1)).reportInterruptiveNotification( in testMaybeRecordInterruptionLocked_doesNotRecordTwice()
8960 verify(mAppUsageStats, times(1)).reportInterruptiveNotification( in testMaybeRecordInterruptionLocked_smallIconsRequiredForHistory()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3807 mAppUsageStats.reportInterruptiveNotification(r.getSbn().getPackageName(),
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9410 Landroid/app/usage/UsageStatsManagerInternal;->reportInterruptiveNotification(Ljava/lang/String;Lja…