Searched refs:reportInterruptiveNotification (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/android/app/usage/ |
H A D | UsageStatsManagerInternal.java | 95 public abstract void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification() method in UsageStatsManagerInternal
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsService.java | 2982 public void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification() method in UsageStatsService.LocalService
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 6783 verify(mAppUsageStats).reportInterruptiveNotification(anyString(), anyString(), anyInt()); in testOnNotificationVisibilityChanged_triggersInterruptionUsageStat() 6825 verify(mAppUsageStats).reportInterruptiveNotification(anyString(), anyString(), anyInt()); in testSetNotificationsShownFromListener_triggersInterruptionUsageStat() 6847 verify(mAppUsageStats, never()).reportInterruptiveNotification( in testSetNotificationsShownFromListener_protectsCrossUserInformation() 6885 verify(mAppUsageStats, times(1)).reportInterruptiveNotification( in testMaybeRecordInterruptionLocked_doesNotRecordTwice() 6901 verify(mAppUsageStats, times(1)).reportInterruptiveNotification( in testMaybeRecordInterruptionLocked_smallIconsRequiredForHistory()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3155 mAppUsageStats.reportInterruptiveNotification(r.getSbn().getPackageName(),
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 10154 HSPLcom/android/server/usage/UsageStatsService$LocalService;->reportInterruptiveNotification(Ljava/…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9410 Landroid/app/usage/UsageStatsManagerInternal;->reportInterruptiveNotification(Ljava/lang/String;Lja…
|