Searched refs:mCallIdMapper (Results 1 – 3 of 3) sorted by relevance
108 Call call = mCallIdMapper.getCall(callId); in setActive()131 Call call = mCallIdMapper.getCall(callId); in setRinging()154 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime()175 Call call = mCallIdMapper.getCall(callId); in setVideoProvider()196 Call call = mCallIdMapper.getCall(callId); in setDialing()219 Call call = mCallIdMapper.getCall(callId); in setPulling()241 Call call = mCallIdMapper.getCall(callId); in setDisconnected()265 Call call = mCallIdMapper.getCall(callId); in setOnHold()289 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested()312 Call call = mCallIdMapper.getCall(callId); in removeCall()[all …]
36 private final CallIdMapper mCallIdMapper; field in InCallAdapter44 mCallIdMapper = callIdMapper; in InCallAdapter()57 Call call = mCallIdMapper.getCall(callId); in answerCall()80 Call call = mCallIdMapper.getCall(callId); in deflectCall()113 Call call = mCallIdMapper.getCall(callId); in rejectCall()136 Call call = mCallIdMapper.getCall(callId); in playDtmfTone()159 Call call = mCallIdMapper.getCall(callId); in stopDtmfTone()182 Call call = mCallIdMapper.getCall(callId); in postDialContinue()205 Call call = mCallIdMapper.getCall(callId); in disconnectCall()227 Call call = mCallIdMapper.getCall(callId); in holdCall()[all …]
722 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in InCallController835 mCallIdMapper.removeCall(call); in onCallRemoved()956 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()1019 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()1034 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure()1051 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()1062 inCallService.onHandoverFailed(mCallIdMapper.getCallId(call), error); in notifyHandoverFailed()1073 inCallService.onHandoverComplete(mCallIdMapper.getCallId(call)); in notifyHandoverComplete()1368 mCallIdMapper, in onConnected()1484 if (mCallIdMapper.getCallId(call) == null) { in addCall()[all …]