Searched refs:createChannel (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/tests/unit/src/com/android/settings/notification/ |
D | AppNotificationSettingsTest.java | 89 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/ |
D | AlarmNotifications.java | 142 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/ |
D | NotificationUtils.java | 105 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/ |
D | NotificationChannelManager.java | 69 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/ |
D | TimerNotificationBuilder.java | 217 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()
|
D | StopwatchNotificationBuilder.java | 155 NotificationUtils.createChannel(context, STOPWATCH_NOTIFICATION_CHANNEL_ID); in build()
|