Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/notification/
DAppNotificationSettingsTest.java145 private NotificationChannel createChannel(NotificationChannelGroup group, in createChannel() method in AppNotificationSettingsTest
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java73 private NotificationChannel createChannel(Context context, String channelId) { in createChannel() method in NotificationChannelManager
/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.java105 public static void createChannel(Context context, String id) { in createChannel() method in NotificationUtils