Home
last modified time | relevance | path

Searched refs:mCallIdMapper (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java39 private final CallIdMapper mCallIdMapper; field in InCallAdapter
48 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 …]
DConnectionServiceWrapper.java131 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 …]
DCallDiagnosticServiceController.java239 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in CallDiagnosticServiceController
267 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 …]
DInCallController.java850 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 InCallController
1398 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 …]