Searched refs:ncg2 (Results 1 – 1 of 1) sorted by relevance
557 final NotificationChannelGroup ncg2 = new NotificationChannelGroup("group 2", "label 2"); in testGetChannelGroup() local563 mNotificationManager.createNotificationChannelGroup(ncg2); in testGetChannelGroup()578 final NotificationChannelGroup ncg2 = new NotificationChannelGroup("group 2", "label 2"); in testGetChannelGroups() local581 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()