Searched refs:mCallIdMapper (Results 1 – 4 of 4) sorted by relevance
39 private final CallIdMapper mCallIdMapper; field in InCallAdapter48 mCallIdMapper = callIdMapper; in InCallAdapter()62 Call call = mCallIdMapper.getCall(callId); in answerCall()85 Call call = mCallIdMapper.getCall(callId); in deflectCall()118 Call call = mCallIdMapper.getCall(callId); in rejectCall()144 Call call = mCallIdMapper.getCall(callId); in rejectCallWithReason()167 Call call = mCallIdMapper.getCall(callId); in transferCall()191 Call call = mCallIdMapper.getCall(callId); in consultativeTransfer()192 Call otherCall = mCallIdMapper.getCall(otherCallId); in consultativeTransfer()216 Call call = mCallIdMapper.getCall(callId); in playDtmfTone()[all …]
131 Call call = mCallIdMapper.getCall(callId); in handleCreateConnectionComplete()181 Call call = mCallIdMapper.getCall(callId); in handleCreateConferenceComplete()217 Call call = mCallIdMapper.getCall(callId); in setActive()240 Call call = mCallIdMapper.getCall(callId); in setRinging()263 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime()284 Call call = mCallIdMapper.getCall(callId); in setVideoProvider()305 Call call = mCallIdMapper.getCall(callId); in setDialing()328 Call call = mCallIdMapper.getCall(callId); in setPulling()351 Call call = mCallIdMapper.getCall(callId); in setDisconnected()375 Call call = mCallIdMapper.getCall(callId); in setOnHold()[all …]
239 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in CallDiagnosticServiceController267 if (mCallIdMapper.getCallId(call) == null) { in onCallAdded()268 mCallIdMapper.addCall(call); in onCallAdded()292 String callId = mCallIdMapper.getCallId(call); in onCallDisconnected()315 mCallIdMapper.removeCall(call); in onCallRemoved()319 if (mCallIdMapper.getCalls().size() == 0) { in onCallRemoved()500 for (Call call : mCallIdMapper.getCalls()) { in handleConnectionComplete()515 Call call = mCallIdMapper.getCall(callId); in handleDisplayDiagnosticMessage()538 Call call = mCallIdMapper.getCall(callId); in handleClearDiagnosticMessage()557 Call call = mCallIdMapper.getCall(callId); in handleSendD2DMessage()[all …]
850 if (mCallIdMapper.getCalls().isEmpty()) { in addConnections()854 Call callToConnectWith = mCallIdMapper.getCalls().iterator().next(); in addConnections()1116 Call callToConnectWith = mCallIdMapper.getCalls().isEmpty()1118 : mCallIdMapper.getCalls().iterator().next();1230 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in InCallController1398 for (Call call : mCallIdMapper.getCalls()) { in updateAllCarrierPrivileged()1535 mCallIdMapper.removeCall(call); in onCallRemoved()1536 if (mCallIdMapper.getCalls().isEmpty()) { in onCallRemoved()1779 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()1927 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()[all …]