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.java36 private final CallIdMapper mCallIdMapper; field in InCallAdapter
45 mCallIdMapper = callIdMapper; in InCallAdapter()
59 Call call = mCallIdMapper.getCall(callId); in answerCall()
82 Call call = mCallIdMapper.getCall(callId); in deflectCall()
115 Call call = mCallIdMapper.getCall(callId); in rejectCall()
141 Call call = mCallIdMapper.getCall(callId); in rejectCallWithReason()
164 Call call = mCallIdMapper.getCall(callId); in transferCall()
188 Call call = mCallIdMapper.getCall(callId); in consultativeTransfer()
189 Call otherCall = mCallIdMapper.getCall(otherCallId); in consultativeTransfer()
213 Call call = mCallIdMapper.getCall(callId); in playDtmfTone()
[all …]
DConnectionServiceWrapper.java159 Call call = mCallIdMapper.getCall(callId); in setActive()
182 Call call = mCallIdMapper.getCall(callId); in setRinging()
205 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime()
226 Call call = mCallIdMapper.getCall(callId); in setVideoProvider()
247 Call call = mCallIdMapper.getCall(callId); in setDialing()
270 Call call = mCallIdMapper.getCall(callId); in setPulling()
293 Call call = mCallIdMapper.getCall(callId); in setDisconnected()
317 Call call = mCallIdMapper.getCall(callId); in setOnHold()
341 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested()
364 Call call = mCallIdMapper.getCall(callId); in removeCall()
[all …]
DCallDiagnosticServiceController.java238 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in CallDiagnosticServiceController
266 if (mCallIdMapper.getCallId(call) == null) { in onCallAdded()
267 mCallIdMapper.addCall(call); in onCallAdded()
291 String callId = mCallIdMapper.getCallId(call); in onCallDisconnected()
314 mCallIdMapper.removeCall(call); in onCallRemoved()
318 if (mCallIdMapper.getCalls().size() == 0) { in onCallRemoved()
499 for (Call call : mCallIdMapper.getCalls()) { in handleConnectionComplete()
514 Call call = mCallIdMapper.getCall(callId); in handleDisplayDiagnosticMessage()
537 Call call = mCallIdMapper.getCall(callId); in handleClearDiagnosticMessage()
556 Call call = mCallIdMapper.getCall(callId); in handleSendD2DMessage()
[all …]
DInCallController.java767 if (mCallIdMapper.getCalls().isEmpty()) { in addConnections()
771 Call callToConnectWith = mCallIdMapper.getCalls().iterator().next(); in addConnections()
993 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in InCallController
1131 for (Call call : mCallIdMapper.getCalls()) { in updateAllCarrierPrivileged()
1216 mCallIdMapper.removeCall(call); in onCallRemoved()
1217 if (mCallIdMapper.getCalls().isEmpty()) { in onCallRemoved()
1351 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()
1455 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
1470 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure()
1487 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()
[all …]