Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java149 setTargetPhoneAccount(mMockCall, pAHandle); in testSimPhoneAccountSuccess()
158 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testSimPhoneAccountSuccess()
190 setTargetPhoneAccount(mMockCall, pAHandle); in testConnectionManagerSuccess()
205 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testConnectionManagerSuccess()
219 setTargetPhoneAccount(mMockCall, pAHandle); in testConnectionManagerFailedFallToSim()
246 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testConnectionManagerFailedFallToSim()
259 setTargetPhoneAccount(mMockCall, pAHandle); in testConnectionManagerFailedDoNotFallToSim()
308 setTargetPhoneAccount(mMockCall, regularAccount.getAccountHandle()); in testFakeEmergencyNumber()
320 verify(mMockCall).setTargetPhoneAccount(eq(regularAccountHandle)); in testFakeEmergencyNumber()
342 setTargetPhoneAccount(mMockCall, regularAccount.getAccountHandle()); in testEmergencyCall()
[all …]
DBasicCallTests.java948 call.setTargetPhoneAccount(mPhoneAccountA1.getAccountHandle()); in testOutgoingCallSelectPhoneAccountVideo()
971 call.setTargetPhoneAccount(mPhoneAccountA2.getAccountHandle()); in testOutgoingCallSelectPhoneAccountNoVideo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java684 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
1380 public void setTargetPhoneAccount(PhoneAccountHandle accountHandle) { in setTargetPhoneAccount() method in Call
1970 setTargetPhoneAccount(conference.getPhoneAccount()); in handleCreateConferenceSuccess()
2003 setTargetPhoneAccount(connection.getPhoneAccount()); in handleCreateConnectionSuccess()
DCallsManager.java1522 finalCall.setTargetPhoneAccount(phoneAccountHandle); in startOutgoingCall()
1701 callToUse.setTargetPhoneAccount(phoneAccountHandle); in startOutgoingCall()
2008 call.setTargetPhoneAccount(phoneAccountHandle);
2018 call.setTargetPhoneAccount(phoneAccountHandle);
2030 call.setTargetPhoneAccount(phoneAccountHandle);
4814 call.setTargetPhoneAccount(handoverToHandle);
DCreateConnectionProcessor.java245 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount); in attemptNextPhoneAccount()
DConnectionServiceWrapper.java1033 call.setTargetPhoneAccount(pHandle); in onPhoneAccountChanged()