Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java526 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml() local
596 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup() local
1072 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForNonBackup_postMigration() local
1158 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup_postMigration() local
1246 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXmlForBackup_postMigration_noExternal() local
1594 NotificationChannelGroup ncg = new NotificationChannelGroup("1", "bye"); in testChannelXml_backup() local
2316 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() local
2867 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testOnPackageChanged_packageRemoval_groups() local
2939 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCreateGroup() local
2968 NotificationChannelGroup ncg = new NotificationChannelGroup("group1", "name1"); in testCannotCreateChannel_goodGroup() local
[all …]
H A DNotificationManagerServiceTest.java3596 NotificationChannelGroup ncg = new NotificationChannelGroup("a", "b/c"); in testDeleteChannelGroupNotifyListener() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1485 NotificationChannelGroup ncg = groups.get(nc.getGroup()); in getNotificationChannelGroups() local
1489 groups.put(nc.getGroup(), ncg); in getNotificationChannelGroups() local