Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java58 Set<String> desiredChannelIds = getAllDesiredChannelIds(context); in initChannels()
107 private static Set<String> getAllDesiredChannelIds(@NonNull Context context) { in getAllDesiredChannelIds() method in NotificationChannelManager