Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java68 private NotificationRecord getNotificationRecord() { in getNotificationRecord() method in ZenModeFilteringTest
72 private NotificationRecord getNotificationRecord(NotificationChannel c) { in getNotificationRecord() method in ZenModeFilteringTest
DImportanceExtractorTest.java62 private NotificationRecord getNotificationRecord(NotificationChannel channel) { in getNotificationRecord() method in ImportanceExtractorTest
DBubbleExtractorTest.java62 private NotificationRecord getNotificationRecord(boolean allow, int importanceHigh) { in getNotificationRecord() method in BubbleExtractorTest
DBadgeExtractorTest.java64 private NotificationRecord getNotificationRecord(boolean showBadge, int importanceHigh) { in getNotificationRecord() method in BadgeExtractorTest
DBuzzBeepBlinkTest.java249 private NotificationRecord getNotificationRecord(int id, boolean insistent, boolean once, in getNotificationRecord() method in BuzzBeepBlinkTest
272 private NotificationRecord getNotificationRecord(int id, boolean insistent, boolean once, in getNotificationRecord() method in BuzzBeepBlinkTest
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1518 NotificationRecord getNotificationRecord(String key) { in getNotificationRecord() method in NotificationManagerService