Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A DVoicemailChannelUtils.java133 if (!doesChannelExist(context, channelId)) { in getChannelId()
142 private static boolean doesChannelExist(@NonNull Context context, @NonNull String channelId) { in doesChannelExist() method in VoicemailChannelUtils