Home
last modified time | relevance | path

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

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