Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java542 List<NotificationChannelGroup> ncgs = in testCreateChannelGroup() local
544 assertEquals(1, ncgs.size()); in testCreateChannelGroup()
545 assertEquals(ncg.getName(), ncgs.get(0).getName().toString()); in testCreateChannelGroup()
546 assertEquals(ncg.getDescription(), ncgs.get(0).getDescription()); in testCreateChannelGroup()
547 assertEquals(channel.getId(), ncgs.get(0).getChannels().get(0).getId()); in testCreateChannelGroup()