Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DVoicemailChannelUtils.java102 if (!isChannelAllowedForAccount(context, handle)) { in getChannelId()
158 if (!isChannelAllowedForAccount(context, handle)) { in migrateGlobalVoicemailSoundSettings()
172 if (isChannelAllowedForAccount(context, handle)) { in getAllEligableAccounts()
203 private static boolean isChannelAllowedForAccount( in isChannelAllowedForAccount() method in VoicemailChannelUtils