Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A 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 …]
H A DBasicCallTests.java978 call.setTargetPhoneAccount(mPhoneAccountA1.getAccountHandle()); in testOutgoingCallSelectPhoneAccountVideo()
1001 call.setTargetPhoneAccount(mPhoneAccountA2.getAccountHandle()); in testOutgoingCallSelectPhoneAccountNoVideo()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java246 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount); in attemptNextPhoneAccount()
H A DCall.java764 setTargetPhoneAccount(targetPhoneAccountHandle); in Call()
1574 public void setTargetPhoneAccount(PhoneAccountHandle accountHandle) { in setTargetPhoneAccount() method in Call
2192 setTargetPhoneAccount(conference.getPhoneAccount()); in handleCreateConferenceSuccess()
2225 setTargetPhoneAccount(connection.getPhoneAccount()); in handleCreateConnectionSuccess()
H A DCallsManager.java1626 finalCall.setTargetPhoneAccount(phoneAccountHandle); in startOutgoingCall()
1831 callToUse.setTargetPhoneAccount(phoneAccountHandle); in startOutgoingCall()
2140 call.setTargetPhoneAccount(phoneAccountHandle);
2150 call.setTargetPhoneAccount(phoneAccountHandle);
2163 call.setTargetPhoneAccount(phoneAccountHandle);
5090 call.setTargetPhoneAccount(handoverToHandle);
H A DConnectionServiceWrapper.java1083 call.setTargetPhoneAccount(pHandle); in onPhoneAccountChanged()