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.java145 Call call = mCallIdMapper.getCall(callId); in setActive()
168 Call call = mCallIdMapper.getCall(callId); in setRinging()
191 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime()
212 Call call = mCallIdMapper.getCall(callId); in setVideoProvider()
233 Call call = mCallIdMapper.getCall(callId); in setDialing()
256 Call call = mCallIdMapper.getCall(callId); in setPulling()
279 Call call = mCallIdMapper.getCall(callId); in setDisconnected()
303 Call call = mCallIdMapper.getCall(callId); in setOnHold()
327 Call call = mCallIdMapper.getCall(callId); in setRingbackRequested()
350 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 …]
DInCallController.java864 private final CallIdMapper mCallIdMapper = new CallIdMapper(Call::getId); field in InCallController
974 mCallIdMapper.removeCall(call); in onCallRemoved()
1096 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()
1165 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
1180 entry.getValue().onRttInitiationFailure(mCallIdMapper.getCallId(call), in notifyRttInitiationFailure()
1197 mCallIdMapper.getCallId(call), requestId); in notifyRemoteRttRequest()
1208 inCallService.onHandoverFailed(mCallIdMapper.getCallId(call), error); in notifyHandoverFailed()
1219 inCallService.onHandoverComplete(mCallIdMapper.getCallId(call)); in notifyHandoverComplete()
1516 mCallIdMapper, in onConnected()
1633 if (mCallIdMapper.getCallId(call) == null) { in addCall()
[all …]