Home
last modified time | relevance | path

Searched refs:getCall (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java228 Call call = getCall(mCurrentCallId); in testOutGoingCall()
264 Call call = getCall(mCurrentCallId); in testOutGoingCallStartFailed()
291 Call call = getCall(mCurrentCallId); in testIncomingCall()
323 Call call = getCall(mCurrentCallId); in testIncomingCallReturnListener()
353 Call call = getCall(mCurrentCallId); in testIncomingCallReject()
389 Call call = getCall(mCurrentCallId); in testOutGoingCallForExecutor()
425 Call call = getCall(mCurrentCallId); in testOutGoingCallHoldResume()
470 Call call = getCall(mCurrentCallId); in testOutGoingCallHoldFailure()
513 Call call = getCall(mCurrentCallId); in testOutGoingCallResumeFailure()
559 Call call = getCall(mCurrentCallId); in testOutGoingCallReceivedHoldResume()
[all …]
DCallDomainSelectionTestOnMockModem.java236 Call call = getCall(mCurrentCallId); in isPsDialing()
964 Call call1 = getCall(mCurrentCallId); in testMultipleVoLteCalls()
976 Call call2 = getCall(mCurrentCallId); in testMultipleVoLteCalls()
1047 mtCall = getCall(mCurrentCallId); in testMultipleVoLteCallsWithIncomingCall()
1064 Call moCall = getCall(mCurrentCallId); in testMultipleVoLteCallsWithIncomingCall()
1106 Call call1 = getCall(mCurrentCallId); in testMultipleVoWifiCalls()
1118 Call call2 = getCall(mCurrentCallId); in testMultipleVoWifiCalls()
DImsCallingTestOnMockModem.java335 Call call = getCall(mCurrentCallId); in testSrvccIncomingCall()
535 Call call = getCall(mCurrentCallId); in placeOutgoingCall()
DImsCallingBase.java470 public Call getCall(String callId) { in getCall() method in ImsCallingBase
DEmergencyCallDomainSelectionTestOnMockModem.java1101 Call call = getCall(mCurrentCallId); in testOutGoingEmergencyCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java223 protected Call getCall(String callId) { in getCall() method in DomainSelectionCallingBase
DDomainSelectionServiceTestOnMockModem.java415 Call call = getCall(getCurrentCallId()); in placeOutgoingCall()