Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java108 Call call = mCallIdMapper.getCall(callId); in setActive()
131 Call call = mCallIdMapper.getCall(callId); in setRinging()
154 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime()
175 Call call = mCallIdMapper.getCall(callId); in setVideoProvider()
196 Call call = mCallIdMapper.getCall(callId); in setDialing()
219 Call call = mCallIdMapper.getCall(callId); in setPulling()
241 Call call = mCallIdMapper.getCall(callId); in setDisconnected()
265 Call call = mCallIdMapper.getCall(callId); in setOnHold()
289 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested()
312 Call call = mCallIdMapper.getCall(callId); in removeCall()
[all …]
DInCallAdapter.java36 private final CallIdMapper mCallIdMapper; field in InCallAdapter
44 mCallIdMapper = callIdMapper; in InCallAdapter()
57 Call call = mCallIdMapper.getCall(callId); in answerCall()
80 Call call = mCallIdMapper.getCall(callId); in deflectCall()
113 Call call = mCallIdMapper.getCall(callId); in rejectCall()
136 Call call = mCallIdMapper.getCall(callId); in playDtmfTone()
159 Call call = mCallIdMapper.getCall(callId); in stopDtmfTone()
182 Call call = mCallIdMapper.getCall(callId); in postDialContinue()
205 Call call = mCallIdMapper.getCall(callId); in disconnectCall()
227 Call call = mCallIdMapper.getCall(callId); in holdCall()
[all …]
DInCallController.java722 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in InCallController
835 mCallIdMapper.removeCall(call); in onCallRemoved()
956 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()
1019 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
1034 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure()
1051 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()
1062 inCallService.onHandoverFailed(mCallIdMapper.getCallId(call), error); in notifyHandoverFailed()
1073 inCallService.onHandoverComplete(mCallIdMapper.getCallId(call)); in notifyHandoverComplete()
1368 mCallIdMapper, in onConnected()
1484 if (mCallIdMapper.getCallId(call) == null) { in addCall()
[all …]