Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.kt124 private fun deleteChannel(nm: NotificationManagerCompat, channelId: String) { in deleteChannel() method
148 deleteChannel(nm, "alarmLowPriorityNotification") in updateNotificationChannels()
149 deleteChannel(nm, "alarmHighPriorityNotification") in updateNotificationChannels()
150 deleteChannel(nm, "StopwatchNotification") in updateNotificationChannels()
151 deleteChannel(nm, "alarmNotification") in updateNotificationChannels()
152 deleteChannel(nm, "TimerModelNotification") in updateNotificationChannels()
153 deleteChannel(nm, "alarmSnoozeNotification") in updateNotificationChannels()