Searched refs:getAllExistingChannelIds (Results 1 – 2 of 2) sorted by relevance
131 private fun getAllExistingChannelIds(nm: NotificationManagerCompat): Set<String> { in getAllExistingChannelIds() method157 val existingChannelIds = getAllExistingChannelIds(nm) in updateNotificationChannels()
59 Set<String> existingChannelIds = getAllExistingChannelIds(context); in initChannels()98 private static Set<String> getAllExistingChannelIds(@NonNull Context context) { in getAllExistingChannelIds() method in NotificationChannelManager