Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1099 String callId = mCallIdMapper.getCallId(call); in createConnection()
1187 final String callId = mCallIdMapper.getCallId(call); in createConnectionFailed()
1228 final String callId = mCallIdMapper.getCallId(call); in handoverFailed()
1264 final String callId = mCallIdMapper.getCallId(call); in handoverComplete()
1290 final String callId = mCallIdMapper.getCallId(call); in abort()
1306 final String callId = mCallIdMapper.getCallId(call); in silence()
1318 final String callId = mCallIdMapper.getCallId(call); in hold()
1330 final String callId = mCallIdMapper.getCallId(call); in unhold()
1343 final String callId = mCallIdMapper.getCallId(activeCall); in onCallAudioStateChanged()
1356 final String callId = mCallIdMapper.getCallId(call); in disconnect()
[all …]
DCallIdMapper.java81 String getCallId(Call call); in getCallId() method
93 String callId = getCallId(callToReplace); in replaceCall()
105 addCall(call, mCallInfo.getCallId(call)); in addCall()
119 String getCallId(Call call) { in getCallId() method in CallIdMapper
123 return mCallInfo.getCallId(call); in getCallId()
DInCallController.java956 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()
1484 if (mCallIdMapper.getCallId(call) == null) { in addCall()
/packages/apps/Dialer/java/com/android/incallui/
DRttCallPresenter.java66 DialerCall call = CallList.getInstance().getCallById(rttCallScreen.getCallId()); in onRttCallScreenUiReady()
75 DialerCall call = CallList.getInstance().getCallById(rttCallScreen.getCallId()); in onSaveRttTranscript()
111 DialerCall call = CallList.getInstance().getCallById(rttCallScreen.getCallId()); in startListenOnRemoteMessage()
DInCallActivity.java1091 DialerCall call = CallList.getInstance().getCallById(answerScreen.getCallId()); in newAnswerScreenDelegate()
1105 this, answerScreen, CallList.getInstance().getCallById(answerScreen.getCallId())); in newAnswerScreenDelegate()
1121 DialerCall dialerCall = CallList.getInstance().getCallById(videoCallScreen.getCallId()); in newVideoCallScreenDelegate()
1467 if (answerScreen.getCallId().equals(call.getId()) in showAnswerScreenFragment()
1569 if (getRttCallScreen().getCallId().equals(call.getId())) { in showRttCallScreenFragment()
1604 if (videoCallScreen.getCallId().equals(call.getId())) { in showVideoCallScreenFragment()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java125 result.putString(SelectPhoneAccountListener.EXTRA_CALL_ID, getCallId()); in onCreateDialog()
183 result.putString(SelectPhoneAccountListener.EXTRA_CALL_ID, getCallId()); in onCancel()
190 private String getCallId() { in getCallId() method in SelectPhoneAccountDialogFragment
191 return options.getCallId(); in getCallId()
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreen.java41 String getCallId(); in getCallId() method
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
DAnswerScreen.java25 String getCallId(); in getCallId() method
/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/
DRttCallScreen.java40 String getCallId(); in getCallId() method
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java108 public String getCallId() { in getCallId() method in AnswerVideoCallScreen
DAnswerFragment.java389 public String getCallId() { in getCallId() method in AnswerFragment
778 answerVideoCallScreen = new SelfManagedAnswerVideoCallScreen(getCallId(), this, view); in onCreateView()
780 answerVideoCallScreen = new AnswerVideoCallScreen(getCallId(), this, view); in onCreateView()
DSelfManagedAnswerVideoCallScreen.java109 public String getCallId() { in getCallId() method in SelfManagedAnswerVideoCallScreen
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java126 intent.putExtra(HandoverActivity.EXTRA_CALL_ID, connection.getCallId()); in createSelfManagedConnection()
DSelfManagedCallList.java179 .filter((c) -> {return c.getCallId() == callId;}) in getConnectionById()
DSelfManagedConnection.java232 public int getCallId() { in getCallId() method in SelfManagedConnection
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java178 if (VideoChargesAlertDialogFragment.shouldShow(getContext(), getCallId())) {
180 VideoChargesAlertDialogFragment.newInstance(getCallId())
787 public String getCallId() { in getCallId() method in VideoCallFragment
DSurfaceViewVideoCallFragment.java720 public String getCallId() { in getCallId() method in SurfaceViewVideoCallFragment
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java224 externalConnection.getCallId()); in addNewUnknownCall()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsActivityCommon.java277 idStrings.add(String.valueOf(entry.getCallId())); in getCallLogIdList()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java387 public String getCallId() { in getCallId() method in RttChatFragment