Searched refs:mtCall (Results 1 – 2 of 2) sorted by relevance
627 Call mtCall = null; in testOutGoingIncomingMultiCall() local629 mtCall = getCall(mCurrentCallId); in testOutGoingIncomingMultiCall()630 if (mtCall.getDetails().getState() == Call.STATE_RINGING) { in testOutGoingIncomingMultiCall()631 mtCall.answer(0); in testOutGoingIncomingMultiCall()639 isCallActive(mtCall, mtCallSession); in testOutGoingIncomingMultiCall()640 assertTrue("Call is not in Active State", (mtCall.getDetails().getState() in testOutGoingIncomingMultiCall()643 mtCall.disconnect(); in testOutGoingIncomingMultiCall()645 isCallDisconnected(mtCall, mtCallSession); in testOutGoingIncomingMultiCall()702 Call mtCall = null; in testOutGoingIncomingMultiCallAcceptTerminate() local704 mtCall = getCall(mCurrentCallId); in testOutGoingIncomingMultiCallAcceptTerminate()[all …]
1045 Call mtCall = null; in testMultipleVoLteCallsWithIncomingCall() local1047 mtCall = getCall(mCurrentCallId); in testMultipleVoLteCallsWithIncomingCall()1048 if (mtCall.getDetails().getState() == Call.STATE_RINGING) { in testMultipleVoLteCallsWithIncomingCall()1049 mtCall.answer(0); in testMultipleVoLteCallsWithIncomingCall()1057 isCallActive(mtCall, mtCallSession); in testMultipleVoLteCallsWithIncomingCall()1067 isCallHolding(mtCall, mtCallSession); in testMultipleVoLteCallsWithIncomingCall()1073 isCallActive(mtCall, mtCallSession); in testMultipleVoLteCallsWithIncomingCall()1076 mtCall.disconnect(); in testMultipleVoLteCallsWithIncomingCall()1078 isCallDisconnected(mtCall, mtCallSession); in testMultipleVoLteCallsWithIncomingCall()