Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.kt131 private fun getAllExistingChannelIds(nm: NotificationManagerCompat): Set<String> { in getAllExistingChannelIds() method
157 val existingChannelIds = getAllExistingChannelIds(nm) in updateNotificationChannels()
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java59 Set<String> existingChannelIds = getAllExistingChannelIds(context); in initChannels()
98 private static Set<String> getAllExistingChannelIds(@NonNull Context context) { in getAllExistingChannelIds() method in NotificationChannelManager