Home
last modified time | relevance | path

Searched refs:nonGrouped (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java716 NotificationChannelGroup nonGrouped = new NotificationChannelGroup(null, null); in getNotificationChannelGroups() local
732 nonGrouped.addChannel(nc); in getNotificationChannelGroups()
736 if (nonGrouped.getChannels().size() > 0) { in getNotificationChannelGroups()
737 groups.put(null, nonGrouped); in getNotificationChannelGroups()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationManagerServiceTest.java1205 final NotificationRecord nonGrouped = generateNotificationRecord( in testSnoozeRunnable_snoozeNonGrouped() local
1210 mNotificationManagerService.addNotification(nonGrouped); in testSnoozeRunnable_snoozeNonGrouped()
1214 nonGrouped.getKey(), 100, null); in testSnoozeRunnable_snoozeNonGrouped()