Home
last modified time | relevance | path

Searched refs:createChannel (Results 1 – 6 of 6) 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/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java142 NotificationUtils.createChannel(context, ALARM_UPCOMING_NOTIFICATION_CHANNEL_ID); in showUpcomingNotification()
218 NotificationUtils.createChannel(context, ALARM_UPCOMING_NOTIFICATION_CHANNEL_ID); in updateUpcomingAlarmGroupNotification()
253 NotificationUtils.createChannel(context, ALARM_MISSED_NOTIFICATION_CHANNEL_ID); in updateMissedAlarmGroupNotification()
308 NotificationUtils.createChannel(context, ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID); in showSnoozeNotification()
355 NotificationUtils.createChannel(context, ALARM_MISSED_NOTIFICATION_CHANNEL_ID); in showMissedNotification()
417 NotificationUtils.createChannel(service, FIRING_NOTIFICATION_CHANNEL_ID); in showAlarmNotification()
/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.java105 public static void createChannel(Context context, String id) { in createChannel() method in NotificationUtils
166 createChannel(context, id); in updateNotificationChannels()
/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
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java217 NotificationUtils.createChannel(context, TIMER_MODEL_NOTIFICATION_CHANNEL_ID); in build()
300 NotificationUtils.createChannel(context, FIRING_NOTIFICATION_CHANNEL_ID); in buildHeadsUp()
381 NotificationUtils.createChannel(context, TIMER_MODEL_NOTIFICATION_CHANNEL_ID); in buildMissed()
DStopwatchNotificationBuilder.java155 NotificationUtils.createChannel(context, STOPWATCH_NOTIFICATION_CHANNEL_ID); in build()