Searched refs:generateNotificationRecord (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 445 private NotificationRecord generateNotificationRecord(NotificationChannel channel, int id, in generateNotificationRecord() method in NotificationManagerServiceTest 447 return generateNotificationRecord(channel, id, groupKey, isSummary, false /* isBubble */); in generateNotificationRecord() 450 private NotificationRecord generateNotificationRecord(NotificationChannel channel, int id, in generateNotificationRecord() method in NotificationManagerServiceTest 465 private NotificationRecord generateNotificationRecord(NotificationChannel channel) { in generateNotificationRecord() method in NotificationManagerServiceTest 466 return generateNotificationRecord(channel, null); in generateNotificationRecord() 469 private NotificationRecord generateNotificationRecord(NotificationChannel channel, in generateNotificationRecord() method in NotificationManagerServiceTest 471 return generateNotificationRecord(channel, extender, false /* isBubble */); in generateNotificationRecord() 474 private NotificationRecord generateNotificationRecord(NotificationChannel channel, in generateNotificationRecord() method in NotificationManagerServiceTest 559 NotificationRecord nrBubble = generateNotificationRecord(mTestNotificationChannel, 1, in addGroupWithBubblesAndValidateAdded() 576 NotificationRecord nrPlain = generateNotificationRecord(mTestNotificationChannel, 2, in addGroupWithBubblesAndValidateAdded() [all …]
|