Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java381 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml() local
449 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup() local
638 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml_backup() local
1265 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() local
1302 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() local
1380 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked() local
1732 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testOnPackageChanged_packageRemoval_groups() local
1806 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCreateGroup() local
1833 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCannotCreateChannel_goodGroup() local
1848 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelGroups() local
[all …]
DNotificationManagerServiceTest.java2295 NotificationChannelGroup ncg = new NotificationChannelGroup("a", "b/c"); in testDeleteChannelGroupNotifyListener() local
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1255 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() local
1259 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() local