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.java585 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml() local
655 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup() local
1119 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForNonBackup_postMigration() local
1204 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup_postMigration() local
1291 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup_postMigration_noExternal() local
1786 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml_backup() local
2510 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() local
3091 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testOnPackageChanged_packageRemoval_groups() local
3163 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCreateGroup() local
3192 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCannotCreateChannel_goodGroup() local
[all …]
DNotificationManagerServiceTest.java4050 NotificationChannelGroup ncg = new NotificationChannelGroup("a", "b/c"); in testDeleteChannelGroupNotifyListener() local
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1550 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() local
1554 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() local