Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java597 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testReplacePhoneAccountByGroup()
642 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameDefault()
687 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameGroup()
733 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameGroupButDifferentComponent()
774 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameGroupButDifferentComponent2()
2048 mRegistrar.setUserSelectedOutgoingPhoneAccount(simAccount.getAccountHandle(), in testGetSubscriptionIdForPhoneAccountWhenNoTelephony()
DTelecomServiceImplTest.java436 mTSIBinder.setUserSelectedOutgoingPhoneAccount(TEL_PA_HANDLE_16); in testSetUserSelectedOutgoingPhoneAccount()
438 .setUserSelectedOutgoingPhoneAccount(eq(TEL_PA_HANDLE_16), any(UserHandle.class)); in testSetUserSelectedOutgoingPhoneAccount()
524 () -> mTSIBinder.setUserSelectedOutgoingPhoneAccount(TEL_PA_HANDLE_16)); in testSetUserSelectedOutgoingPhoneAccountWithoutPermission()
DTelecomSystemTest.java624 mTelecomSystem.getPhoneAccountRegistrar().setUserSelectedOutgoingPhoneAccount( in setupConnectionServices()
DBasicCallTests.java364 mTelecomSystem.getPhoneAccountRegistrar().setUserSelectedOutgoingPhoneAccount( in testOutgoingCallAndSelectPhoneAccount()
/packages/apps/Settings/src/com/android/settings/sim/
DSimDialogActivity.java372 telecomManager.setUserSelectedOutgoingPhoneAccount(phoneAccount); in setDefaultCallsSubId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientDeviceBlock.java67 mTelecomManager.setUserSelectedOutgoingPhoneAccount(mPhoneAccount.getAccountHandle()); in HfpClientDeviceBlock()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomShellCommand.java350 mTelecomService.setUserSelectedOutgoingPhoneAccount(handle); in runSetUserSelectedOutgoingPhoneAccount()
DPhoneAccountRegistrar.java368 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle, in setUserSelectedOutgoingPhoneAccount() method in PhoneAccountRegistrar
1498 setUserSelectedOutgoingPhoneAccount(newAccount.getAccountHandle(), in maybeReplaceOldAccount()
DTelecomServiceImpl.java346 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) {
354 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount(
DCallsManager.java3751 .setUserSelectedOutgoingPhoneAccount(account, call.getAssociatedUser());
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java185 mTelecomManager.setUserSelectedOutgoingPhoneAccount(account); in onAccountSelected()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1756 mTelecomManager.setUserSelectedOutgoingPhoneAccount( in setupAccounts()