Searched refs:reportInterruptiveNotification (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/android/app/usage/ |
D | UsageStatsManagerInternal.java | 96 public abstract void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification() method in UsageStatsManagerInternal
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsService.java | 3242 public void reportInterruptiveNotification(String packageName, String channelId, in reportInterruptiveNotification() method in UsageStatsService.LocalService
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 7618 verify(mAppUsageStats).reportInterruptiveNotification(anyString(), anyString(), anyInt()); in testOnNotificationVisibilityChanged_triggersInterruptionUsageStat() 7660 verify(mAppUsageStats).reportInterruptiveNotification(anyString(), anyString(), anyInt()); in testSetNotificationsShownFromListener_triggersInterruptionUsageStat() 7682 verify(mAppUsageStats, never()).reportInterruptiveNotification( in testSetNotificationsShownFromListener_protectsCrossUserInformation() 7720 verify(mAppUsageStats, times(1)).reportInterruptiveNotification( in testMaybeRecordInterruptionLocked_doesNotRecordTwice() 7736 verify(mAppUsageStats, times(1)).reportInterruptiveNotification( in testMaybeRecordInterruptionLocked_smallIconsRequiredForHistory()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3358 mAppUsageStats.reportInterruptiveNotification(r.getSbn().getPackageName(),
|
/frameworks/base/services/ |
D | art-wear-profile | 24073 PLcom/android/server/usage/UsageStatsService$LocalService;->reportInterruptiveNotification(Ljava/la…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9410 Landroid/app/usage/UsageStatsManagerInternal;->reportInterruptiveNotification(Ljava/lang/String;Lja…
|