Home
last modified time | relevance | path

Searched defs:ncg (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java363 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml() local
426 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup() local
599 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml_backup() local
1416 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testOnPackageChanged_packageRemoval_groups() local
1454 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCreateGroup() local
1474 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCannotCreateChannel_goodGroup() local
1489 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelGroups() local
1538 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelGroups_noSideEffects() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java847 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() local
851 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() local