Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java557 final NotificationChannelGroup ncg2 = new NotificationChannelGroup("group 2", "label 2"); in testGetChannelGroup() local
563 mNotificationManager.createNotificationChannelGroup(ncg2); in testGetChannelGroup()
578 final NotificationChannelGroup ncg2 = new NotificationChannelGroup("group 2", "label 2"); in testGetChannelGroups() local
581 channel.setGroup(ncg2.getId()); in testGetChannelGroups()
584 mNotificationManager.createNotificationChannelGroup(ncg2); in testGetChannelGroups()
595 } else if (group.getId().equals(ncg2.getId())) { in testGetChannelGroups()
596 assertEquals(group.getName(), ncg2.getName().toString()); in testGetChannelGroups()
597 assertEquals(group.getDescription(), ncg2.getDescription()); in testGetChannelGroups()