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.java178 setTargetPhoneAccount(mMockCall, pAHandle); in testSimPhoneAccountSuccess()
187 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testSimPhoneAccountSuccess()
219 setTargetPhoneAccount(mMockCall, pAHandle); in testConnectionManagerSuccess()
234 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testConnectionManagerSuccess()
248 setTargetPhoneAccount(mMockCall, pAHandle); in testConnectionManagerFailedFallToSim()
275 verify(mMockCall).setTargetPhoneAccount(eq(pAHandle)); in testConnectionManagerFailedFallToSim()
288 setTargetPhoneAccount(mMockCall, pAHandle); in testConnectionManagerFailedDoNotFallToSim()
338 setTargetPhoneAccount(mMockCall, regularAccount.getAccountHandle()); in testFakeEmergencyNumber()
350 verify(mMockCall).setTargetPhoneAccount(eq(regularAccountHandle)); in testFakeEmergencyNumber()
381 verify(mMockCall).setTargetPhoneAccount(eq(emergencyPhoneAccountHandle)); in testEmergencyCallAcrossUsers()
[all …]
DBasicCallTests.java1036 call.setTargetPhoneAccount(mPhoneAccountA1.getAccountHandle()); in testOutgoingCallSelectPhoneAccountVideo()
1060 call.setTargetPhoneAccount(mPhoneAccountA2.getAccountHandle()); in testOutgoingCallSelectPhoneAccountNoVideo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java269 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount); in attemptNextPhoneAccount()
DCall.java941 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
1849 public void setTargetPhoneAccount(PhoneAccountHandle accountHandle) { in setTargetPhoneAccount() method in Call
2589 setTargetPhoneAccount(conference.getPhoneAccount()); in handleCreateConferenceSuccess()
2623 setTargetPhoneAccount(connection.getPhoneAccount()); in handleCreateConnectionSuccess()
DCallsManager.java1562 call.setTargetPhoneAccount(phoneAccountHandle); in processIncomingCallIntent()
2044 finalCall.setTargetPhoneAccount(phoneAccountHandle); in startOutgoingCall()
2299 callToUse.setTargetPhoneAccount(phoneAccountHandle); in startOutgoingCall()
2767 call.setTargetPhoneAccount(finalPhoneAccountHandle);
2777 call.setTargetPhoneAccount(finalPhoneAccountHandle);
2790 call.setTargetPhoneAccount(phoneAccountHandle);
6248 call.setTargetPhoneAccount(handoverToHandle);
DConnectionServiceWrapper.java1231 call.setTargetPhoneAccount(pHandle); in onPhoneAccountChanged()