Searched refs:mCallIdMapper (Results 1 – 3 of 3) sorted by relevance
140 Call call = mCallIdMapper.getCall(callId); in setActive()163 Call call = mCallIdMapper.getCall(callId); in setRinging()186 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime()207 Call call = mCallIdMapper.getCall(callId); in setVideoProvider()228 Call call = mCallIdMapper.getCall(callId); in setDialing()251 Call call = mCallIdMapper.getCall(callId); in setPulling()273 Call call = mCallIdMapper.getCall(callId); in setDisconnected()297 Call call = mCallIdMapper.getCall(callId); in setOnHold()321 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested()344 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()139 Call call = mCallIdMapper.getCall(callId); in rejectCallWithReason()162 Call call = mCallIdMapper.getCall(callId); in transferCall()185 Call call = mCallIdMapper.getCall(callId); in consultativeTransfer()186 Call otherCall = mCallIdMapper.getCall(otherCallId); in consultativeTransfer()210 Call call = mCallIdMapper.getCall(callId); in playDtmfTone()[all …]
737 if (mCallIdMapper.getCalls().isEmpty()) { in addConnections()741 Call callToConnectWith = mCallIdMapper.getCalls().iterator().next(); in addConnections()918 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in InCallController1034 mCallIdMapper.removeCall(call); in onCallRemoved()1158 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()1227 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()1242 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure()1259 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()1270 inCallService.onHandoverFailed(mCallIdMapper.getCallId(call), error); in notifyHandoverFailed()1281 inCallService.onHandoverComplete(mCallIdMapper.getCallId(call)); in notifyHandoverComplete()[all …]