Home
last modified time | relevance | path

Searched refs:createChannel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/notification/
DAppNotificationSettingsTest.java89 mGroup1Channel1 = createChannel(mGroup1, this.getClass().getName()+ "c1-1"); in setUp()
90 mGroup1Channel2 = createChannel(mGroup1, this.getClass().getName()+ "c1-2"); in setUp()
91 mGroup2Channel1 = createChannel(mGroup2, this.getClass().getName()+ "c2-1"); in setUp()
92 mUngroupedChannel = createChannel(null, this.getClass().getName()+ "c"); in setUp()
145 private NotificationChannel createChannel(NotificationChannelGroup group, in createChannel() method in AppNotificationSettingsTest
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java69 NotificationChannel channel = createChannel(context, channelId); in createOrUpdateChannel()
73 private NotificationChannel createChannel(Context context, String channelId) { in createChannel() method in NotificationChannelManager