Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java85 private String mCurrentCallId = null; field in DomainSelectionCallingBase
209 mCurrentCallId = null; in getCurrentCallId()
211 return mCurrentCallId; in getCurrentCallId()
217 mCurrentCallId = null; in clearCalls()
245 mCurrentCallId = callId; in addCall()
259 if (TextUtils.equals(mCurrentCallId, callId)) { in removeCall()
260 mCurrentCallId = null; in removeCall()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java188 if (!mCalls.isEmpty() && (mCurrentCallId != null)) { in afterTest()
189 Call call = mCalls.get(mCurrentCallId); in afterTest()
228 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()
[all …]
DCallDomainSelectionTestOnMockModem.java203 if (!mCalls.isEmpty() && (mCurrentCallId != null)) { in afterTest()
204 Call call = mCalls.get(mCurrentCallId); in afterTest()
236 Call call = getCall(mCurrentCallId); in isPsDialing()
964 Call call1 = getCall(mCurrentCallId); in testMultipleVoLteCalls()
976 Call call2 = getCall(mCurrentCallId); in testMultipleVoLteCalls()
1046 if (mCurrentCallId != null) { in testMultipleVoLteCallsWithIncomingCall()
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.java181 if (!mCalls.isEmpty() && (mCurrentCallId != null)) { in afterTest()
182 Call call = mCalls.get(mCurrentCallId); in afterTest()
335 Call call = getCall(mCurrentCallId); in testSrvccIncomingCall()
535 Call call = getCall(mCurrentCallId); in placeOutgoingCall()
DImsCallingBase.java120 protected String mCurrentCallId = null; field in ImsCallingBase
451 mCurrentCallId = callid; in setCallID()
497 mCurrentCallId = null; in removeCall()
DDomainSelectionCrossSimRedialingTestOnMockModem.java261 if (!mCalls.isEmpty() && (mCurrentCallId != null)) { in afterTest()
262 Call call = mCalls.get(mCurrentCallId); in afterTest()
DEmergencyCallDomainSelectionTestOnMockModem.java271 if (!mCalls.isEmpty() && (mCurrentCallId != null)) { in afterTest()
272 Call call = mCalls.get(mCurrentCallId); in afterTest()
1101 Call call = getCall(mCurrentCallId); in testOutGoingEmergencyCall()