Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DVoicemailChannelUtils.java60 for (PhoneAccountHandle handle : getAllEligableAccounts(context)) { in getAllChannelIds()
75 for (PhoneAccountHandle handle : getAllEligableAccounts(context)) { in createAllChannels()
168 private static List<PhoneAccountHandle> getAllEligableAccounts(@NonNull Context context) { in getAllEligableAccounts() method in VoicemailChannelUtils