Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DVoicemailChannelUtils.java61 result.add(getChannelIdForAccount(handle)); in getAllChannelIds()
110 String channelId = getChannelIdForAccount(handle); in getChannelId()
125 private static String getChannelIdForAccount(@NonNull PhoneAccountHandle handle) { in getChannelIdForAccount() method in VoicemailChannelUtils
187 newChannel(context, getChannelIdForAccount(handle), phoneAccount.getLabel()); in createVoicemailChannelForAccount()