Searched refs:mCurrentCallId (Results 1 – 7 of 7) sorted by relevance
85 private String mCurrentCallId = null; field in DomainSelectionCallingBase209 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()
188 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 …]
203 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()
181 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()
120 protected String mCurrentCallId = null; field in ImsCallingBase451 mCurrentCallId = callid; in setCallID()497 mCurrentCallId = null; in removeCall()
261 if (!mCalls.isEmpty() && (mCurrentCallId != null)) { in afterTest()262 Call call = mCalls.get(mCurrentCallId); in afterTest()
271 if (!mCalls.isEmpty() && (mCurrentCallId != null)) { in afterTest()272 Call call = mCalls.get(mCurrentCallId); in afterTest()1101 Call call = getCall(mCurrentCallId); in testOutGoingEmergencyCall()