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/
DConnectionServiceWrapper.java148 Call call = mCallIdMapper.getCall(callId); in setActive()
171 Call call = mCallIdMapper.getCall(callId); in setRinging()
194 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime()
215 Call call = mCallIdMapper.getCall(callId); in setVideoProvider()
236 Call call = mCallIdMapper.getCall(callId); in setDialing()
259 Call call = mCallIdMapper.getCall(callId); in setPulling()
282 Call call = mCallIdMapper.getCall(callId); in setDisconnected()
306 Call call = mCallIdMapper.getCall(callId); in setOnHold()
330 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested()
353 Call call = mCallIdMapper.getCall(callId); in removeCall()
[all …]
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 …]
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.java769 if (mCallIdMapper.getCalls().isEmpty()) { in addConnections()
773 Call callToConnectWith = mCallIdMapper.getCalls().iterator().next(); in addConnections()
986 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in InCallController
1123 for (Call call : mCallIdMapper.getCalls()) { in updateAllCarrierPrivileged()
1208 mCallIdMapper.removeCall(call); in onCallRemoved()
1209 if (mCallIdMapper.getCalls().isEmpty()) { in onCallRemoved()
1343 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()
1447 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
1462 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure()
1479 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()
[all …]