Home
last modified time | relevance | path

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

/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