Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java203 getCallingAccounts(true /* includeSims */, false /* includeDisabled */), in updateDefaultOutgoingAccountsModel()
216 if (!isMultiSimDevice && getCallingAccounts( in initAccountList()
332 getCallingAccounts(false /* includeSims */, true /* includeDisabled */); in updateAccounts()
335 getCallingAccounts(true /* includeSims */, false /* includeDisabled */); in updateAccounts()
355 private List<PhoneAccountHandle> getCallingAccounts( in getCallingAccounts() method in PhoneAccountSettingsFragment