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.java282 getCallingAccounts(true /* includeSims */, false /* includeDisabled */), in updateDefaultOutgoingAccountsModel()
295 if (!isMultiSimDevice && getCallingAccounts( in initAccountList()
411 getCallingAccounts(false /* includeSims */, true /* includeDisabled */); in updateAccounts()
415 getCallingAccounts(true /* includeSims */, false /* includeDisabled */); in updateAccounts()
442 private List<PhoneAccountHandle> getCallingAccounts( in getCallingAccounts() method in PhoneAccountSettingsFragment