Searched refs:includeDisabledAccounts (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 843 String uriScheme, boolean includeDisabledAccounts, in getCallCapablePhoneAccounts() argument 845 return getCallCapablePhoneAccounts(uriScheme, includeDisabledAccounts, userHandle, in getCallCapablePhoneAccounts() 863 String uriScheme, boolean includeDisabledAccounts, UserHandle userHandle, in getCallCapablePhoneAccounts() argument 868 uriScheme, null, includeDisabledAccounts, userHandle, crossUserAccess); in getCallCapablePhoneAccounts() 1676 boolean includeDisabledAccounts, in getPhoneAccountHandles() argument 1680 packageName, includeDisabledAccounts, userHandle, crossUserAccess, false); in getPhoneAccountHandles() 1687 boolean includeDisabledAccounts, in getPhoneAccountHandles() argument 1692 packageName, includeDisabledAccounts, userHandle, crossUserAccess, includeAll); in getPhoneAccountHandles() 1704 boolean includeDisabledAccounts, in getPhoneAccountHandles() argument 1708 includeDisabledAccounts, userHandle, crossUserAccess, false); in getPhoneAccountHandles() [all …]
|
D | TelecomServiceImpl.java | 372 boolean includeDisabledAccounts, String callingPackage, 382 if (includeDisabledAccounts && !canReadPrivilegedPhoneState( 388 if (!includeDisabledAccounts && !canReadPhoneState(callingPackage, 394 if (includeDisabledAccounts && 414 includeDisabledAccounts, callingUserHandle,
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 366 boolean includeSims, boolean includeDisabledAccounts) { in getCallingAccounts() argument 370 mTelecomManager.getCallCapablePhoneAccounts(includeDisabledAccounts); in getCallingAccounts()
|