Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A 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()
213 Call call = mCallIdMapper.getCall(callId); in playDtmfTone()
236 Call call = mCallIdMapper.getCall(callId); in stopDtmfTone()
[all …]
H A 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()
1783 if (mCallIdMapper.getCallId(call) == null) { in addCall()
1784 mCallIdMapper.addCall(call); in addCall()
1793 mCallIdMapper.replaceCall(newCall, callToReplace); in replaceCall()
1806 mCallIdMapper.removeCall(callId); in removeCall()
1815 mCallIdMapper.removeCall(call); in removeCall()
[all …]
H A 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 …]
H A 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()
1479 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()
1864 mCallIdMapper, in onConnected()
2003 if (mCallIdMapper.getCalls().size() == 0) { in addCall()
2010 if (mCallIdMapper.getCallId(call) == null) { in addCall()
[all …]