Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java306 for (NotificationChannelGroup ncg : groups) { in tearDown()
307 mNotificationManager.deleteNotificationChannelGroup(ncg.getId()); in tearDown()
1174 final NotificationChannelGroup ncg = new NotificationChannelGroup("a group", "a label"); in testCreateChannelGroup() local
1177 channel.setGroup(ncg.getId()); in testCreateChannelGroup()
1178 mNotificationManager.createNotificationChannelGroup(ncg); in testCreateChannelGroup()
1188 assertEquals(ncg.getName(), ncgs.get(0).getName()); in testCreateChannelGroup()
1189 assertEquals(ncg.getDescription(), ncgs.get(0).getDescription()); in testCreateChannelGroup()
1192 mNotificationManager.deleteNotificationChannelGroup(ncg.getId()); in testCreateChannelGroup()
1197 final NotificationChannelGroup ncg = new NotificationChannelGroup("a group", "a label"); in testGetChannelGroup() local
1198 ncg.setDescription("bananas"); in testGetChannelGroup()
[all …]