Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A DVoicemailChannelUtils.java83 result.add(getChannelIdForAccount(handle)); in getAllChannelIds()
132 String channelId = getChannelIdForAccount(handle); in getChannelId()
147 private static String getChannelIdForAccount(@NonNull PhoneAccountHandle handle) { in getChannelIdForAccount() method in VoicemailChannelUtils
219 newChannel(context, getChannelIdForAccount(handle), phoneAccount.getLabel()); in createVoicemailChannelForAccount()