Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1199 final NotificationChannelGroup ncg2 = new NotificationChannelGroup("group 2", "label 2"); in testGetChannelGroup() local
1205 mNotificationManager.createNotificationChannelGroup(ncg2); in testGetChannelGroup()
1219 final NotificationChannelGroup ncg2 = new NotificationChannelGroup("group 2", "label 2"); in testGetChannelGroups() local
1222 channel.setGroup(ncg2.getId()); in testGetChannelGroups()
1225 mNotificationManager.createNotificationChannelGroup(ncg2); in testGetChannelGroups()
1236 } else if (group.getId().equals(ncg2.getId())) { in testGetChannelGroups()
1237 assertEquals(group.getName(), ncg2.getName()); in testGetChannelGroups()
1238 assertEquals(group.getDescription(), ncg2.getDescription()); in testGetChannelGroups()