Searched defs:ncg (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 446 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml() local 514 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup() local 703 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml_backup() local 1330 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() local 1367 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() local 1445 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked() local 1801 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testOnPackageChanged_packageRemoval_groups() local 1875 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCreateGroup() local 1902 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCannotCreateChannel_goodGroup() local 1917 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelGroups() local [all …]
|
D | NotificationManagerServiceTest.java | 2461 NotificationChannelGroup ncg = new NotificationChannelGroup("a", "b/c"); in testDeleteChannelGroupNotifyListener() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 1325 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() local 1329 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() local
|