Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java681 String uriScheme, boolean includeDisabledAccounts, UserHandle userHandle) { in getCallCapablePhoneAccounts() argument
682 return getCallCapablePhoneAccounts(uriScheme, includeDisabledAccounts, userHandle, in getCallCapablePhoneAccounts()
699 String uriScheme, boolean includeDisabledAccounts, UserHandle userHandle, in getCallCapablePhoneAccounts() argument
704 uriScheme, null, includeDisabledAccounts, userHandle); in getCallCapablePhoneAccounts()
726 String uriScheme, boolean includeDisabledAccounts) { in getCallCapablePhoneAccountsOfCurrentUser() argument
727 return getCallCapablePhoneAccounts(uriScheme, includeDisabledAccounts, mCurrentUserHandle); in getCallCapablePhoneAccountsOfCurrentUser()
1076 boolean includeDisabledAccounts, in getPhoneAccountHandles() argument
1079 packageName, includeDisabledAccounts, userHandle); in getPhoneAccountHandles()
1091 boolean includeDisabledAccounts, in getPhoneAccountHandles() argument
1097 includeDisabledAccounts, userHandle)) { in getPhoneAccountHandles()
[all …]
DTelecomServiceImpl.java183 boolean includeDisabledAccounts, String callingPackage) {
186 if (includeDisabledAccounts &&
199 includeDisabledAccounts, callingUserHandle);
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java443 boolean includeSims, boolean includeDisabledAccounts) { in getCallingAccounts() argument
447 mTelecomManager.getCallCapablePhoneAccounts(includeDisabledAccounts); in getCallingAccounts()