Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sim/
DSimDialogActivity.java100 setUserSelectedOutgoingPhoneAccount(phoneAccountHandle); in displayPreferredDialog()
129 private void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle phoneAccount) { in setUserSelectedOutgoingPhoneAccount() method in SimDialogActivity
131 telecomManager.setUserSelectedOutgoingPhoneAccount(phoneAccount); in setUserSelectedOutgoingPhoneAccount()
175 setUserSelectedOutgoingPhoneAccount( in createDialog()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java290 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testReplacePhoneAccountByGroup()
334 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameDefault()
378 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameGroup()
423 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameGroupButDifferentComponent()
463 mRegistrar.setUserSelectedOutgoingPhoneAccount(telAccount1, Process.myUserHandle()); in testAddSameGroupButDifferentComponent2()
DTelecomServiceImplTest.java249 mTSIBinder.setUserSelectedOutgoingPhoneAccount(TEL_PA_HANDLE_16); in testSetUserSelectedOutgoingPhoneAccount()
251 .setUserSelectedOutgoingPhoneAccount(eq(TEL_PA_HANDLE_16), any(UserHandle.class)); in testSetUserSelectedOutgoingPhoneAccount()
259 mTSIBinder.setUserSelectedOutgoingPhoneAccount(TEL_PA_HANDLE_16); in testSetUserSelectedOutgoingPhoneAccountFailure()
264 .setUserSelectedOutgoingPhoneAccount( in testSetUserSelectedOutgoingPhoneAccountFailure()
DTelecomSystemTest.java444 mTelecomSystem.getPhoneAccountRegistrar().setUserSelectedOutgoingPhoneAccount( in setupConnectionServices()
DBasicCallTests.java277 mTelecomSystem.getPhoneAccountRegistrar().setUserSelectedOutgoingPhoneAccount( in testOutgoingCallAndSelectPhoneAccount()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java128 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle) {
136 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount(
DPhoneAccountRegistrar.java306 public void setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle accountHandle, in setUserSelectedOutgoingPhoneAccount() method in PhoneAccountRegistrar
836 setUserSelectedOutgoingPhoneAccount(newAccount.getAccountHandle(), in maybeReplaceOldAccount()
DCallsManager.java1620 .setUserSelectedOutgoingPhoneAccount(account, call.getInitiatingUser()); in phoneAccountSelected()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java82 mTelecomManager.setUserSelectedOutgoingPhoneAccount(mPhoneAccount.getAccountHandle()); in HfpClientDeviceBlock()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java225 mTelecomManager.setUserSelectedOutgoingPhoneAccount(account); in onAccountSelected()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java746 mTelecomManager.setUserSelectedOutgoingPhoneAccount(upgradedPhoneAccount); in setupAccounts()