Home
last modified time | relevance | path

Searched defs:getNotificationRecord (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DImportanceExtractorTest.java62 private NotificationRecord getNotificationRecord(NotificationChannel channel) { in getNotificationRecord() method in ImportanceExtractorTest
H A DVisibilityExtractorTest.java79 private NotificationRecord getNotificationRecord(int visibility) { in getNotificationRecord() method in VisibilityExtractorTest
H A DZenModeFilteringTest.java95 private NotificationRecord getNotificationRecord() { in getNotificationRecord() method in ZenModeFilteringTest
99 private NotificationRecord getNotificationRecord(NotificationChannel c) { in getNotificationRecord() method in ZenModeFilteringTest
H A DBadgeExtractorTest.java68 private NotificationRecord getNotificationRecord(boolean showBadge, int importanceHigh) { in getNotificationRecord() method in BadgeExtractorTest
H A DBubbleExtractorTest.java109 private NotificationRecord getNotificationRecord(boolean addBubble) { in getNotificationRecord() method in BubbleExtractorTest
H A DValidateNotificationPeopleTest.java459 private NotificationRecord getNotificationRecord() { in getNotificationRecord() method in ValidateNotificationPeopleTest
H A DBuzzBeepBlinkTest.java299 private NotificationRecord getNotificationRecord(int id, boolean insistent, boolean once, in getNotificationRecord() method in BuzzBeepBlinkTest
324 private NotificationRecord getNotificationRecord(int id, in getNotificationRecord() method in BuzzBeepBlinkTest
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2160 NotificationRecord getNotificationRecord(String key) { in getNotificationRecord() method in NotificationManagerService