Home
last modified time | relevance | path

Searched refs:setTargetPhoneAccount (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java99 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testSimPhoneAccountSuccess()
142 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testConnectionManagerSuccess()
177 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testConnectionManagerFailedFallToSim()
230 verify(mMockCall).setTargetPhoneAccount(eq(emergencyPhoneAccountHandle)); in testEmergencyCallToSim()
265 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testEmergencyCallSimFailToConnectionManager()
DBasicCallTests.java897 call.setTargetPhoneAccount(mPhoneAccountA1.getAccountHandle()); in testOutgoingCallSelectPhoneAccountVideo()
919 call.setTargetPhoneAccount(mPhoneAccountA2.getAccountHandle()); in testOutgoingCallSelectPhoneAccountNoVideo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java541 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
1052 public void setTargetPhoneAccount(PhoneAccountHandle accountHandle) { in setTargetPhoneAccount() method in Call
1501 setTargetPhoneAccount(connection.getPhoneAccount()); in handleCreateConnectionSuccess()
DCreateConnectionProcessor.java213 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount); in attemptNextPhoneAccount()
DCallsManager.java1142 call.setTargetPhoneAccount(phoneAccountHandle); in startOutgoingCall()
1672 call.setTargetPhoneAccount(account); in phoneAccountSelected()