Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java704 String callId = mCallIdMapper.getCallId(call); in createConnection()
753 final String callId = mCallIdMapper.getCallId(call); in abort()
769 final String callId = mCallIdMapper.getCallId(call); in silence()
781 final String callId = mCallIdMapper.getCallId(call); in hold()
793 final String callId = mCallIdMapper.getCallId(call); in unhold()
806 final String callId = mCallIdMapper.getCallId(activeCall); in onCallAudioStateChanged()
818 final String callId = mCallIdMapper.getCallId(call); in disconnect()
830 final String callId = mCallIdMapper.getCallId(call); in answer()
846 final String callId = mCallIdMapper.getCallId(call); in reject()
864 final String callId = mCallIdMapper.getCallId(call); in playDtmfTone()
[all …]
DCallIdMapper.java84 String callId = getCallId(callToReplace); in replaceCall()
110 String getCallId(Call call) { in getCallId() method in CallIdMapper
DInCallController.java677 inCallService.setPostDialWait(mCallIdMapper.getCallId(call), remaining); in onPostDialWait()
718 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
1007 if (mCallIdMapper.getCallId(call) == null) { in addCall()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java201 externalConnection.getCallId()); in addNewUnknownCall()