Searched defs:ncg (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 327 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml() local 386 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup() local 559 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml_backup() local 1264 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testOnPackageChanged_packageRemoval_groups() local 1301 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCreateGroup() local 1321 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCannotCreateChannel_goodGroup() local 1336 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelGroups() local 1385 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelGroups_noSideEffects() local
|
D | NotificationManagerServiceTest.java | 1007 NotificationChannelGroup ncg = new NotificationChannelGroup("a", "b/c"); in testDeleteChannelGroupNotifyListener() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingHelper.java | 723 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() local 726 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() local
|