Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java99 connection.getCallId()); in onPullExternalCall()
278 if (!mExternalConnections.containsKey(callState.getCallId())) { in refreshExternalCallState()
287 updateExistingConnection(mExternalConnections.get(callState.getCallId()), in refreshExternalCallState()
318 state.getCallId(), /* Dialog event package call id */ in createExternalConnection()
326 + connection.getCallId() in createExternalConnection()
334 mExternalConnections.put(connection.getCallId(), connection); in createExternalConnection()
335 mExternalCallPullableState.put(connection.getCallId(), state.isCallPullable()); in createExternalConnection()
365 mExternalConnections.remove(connection.getCallId()); in updateExistingConnection()
366 mExternalCallPullableState.remove(connection.getCallId()); in updateExistingConnection()
376 mExternalCallPullableState.put(state.getCallId(), state.isCallPullable()); in updateExistingConnection()
[all …]
DImsExternalConnection.java101 public int getCallId() { in getCallId() method in ImsExternalConnection
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java494 public static String getCallId(EventObject event) { in getCallId() method in SipHelper
497 return getCallId(((RequestEvent) event).getRequest()); in getCallId()
499 return getCallId(((ResponseEvent) event).getResponse()); in getCallId()
502 return getCallId(((DialogTerminatedEvent) event).getDialog()); in getCallId()
505 return getCallId(e.isServerTransaction() in getCallId()
511 return getCallId(((Transaction) source)); in getCallId()
513 return getCallId((Dialog) source); in getCallId()
519 public static String getCallId(Transaction transaction) { in getCallId() method in SipHelper
520 return ((transaction != null) ? getCallId(transaction.getRequest()) in getCallId()
524 private static String getCallId(Message message) { in getCallId() method in SipHelper
[all …]
DSipSessionGroup.java278 String key = SipHelper.getCallId(event); in getSipSession()
292 String key = newSession.getCallId(); in addSipSession()
304 String key = session.getCallId(); in removeSipSession()
447 String callId = replaces.getCallId(); in processInviteWithReplaces()
484 mSessionMap.get(replaces.getCallId()); in processNewInviteRequest()
658 public String getCallId() { in getCallId() method in SipSessionGroup.SipSessionImpl
659 return SipHelper.getCallId(getTransaction()); in getCallId()
DSipService.java408 mPendingSessions.put(session.getCallId(), session); in addPendingSession()
429 String callId = ringingSession.getCallId(); in callingSelf()
589 session.getCallId(), sessionDescription); in onRinging()
591 + caller.getUri() + ": " + session.getCallId() in onRinging()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncConnectionService.java75 && call.getId().endsWith(e.getValue().getCallId())) {
94 && !callMetadataSyncData.hasCall(connection.getCallId())) {
105 if (callIds.contains(connection.getCallId())) {
231 callMetadataSyncConnection.getCallId()), in onCreateConnectionComplete()
250 public String getCallId() { in getCallId() method in CallMetadataSyncConnectionService.CallMetadataSyncConnectionIdentifier
265 ((CallMetadataSyncConnectionIdentifier) other).getCallId()); in equals()
297 public String getCallId() { in getCallId() method in CallMetadataSyncConnectionService.CallMetadataSyncConnection
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipManager.java435 String callId = getCallId(incomingCallIntent); in takeAudioCall()
471 String callId = getCallId(intent); in isIncomingCallIntent()
482 public static String getCallId(Intent incomingCallIntent) { in getCallId() method in SipManager
585 String callId = getCallId(incomingCallIntent); in getSessionFor()
DISipSession.aidl70 String getCallId(); in getCallId() method
DSipSession.java334 public String getCallId() { in getCallId() method in SipSession
336 return mSession.getCallId(); in getCallId()
DSipAudioCall.java417 || !session.getCallId().equals( in createListener()
418 mSipSession.getCallId())) { in createListener()
/frameworks/base/telecomm/java/android/telecom/
DCallDiagnosticService.java418 String callId = callDiagnostics.getCallId(); in handleSendDeviceToDeviceMessage()
438 String callId = callDiagnostics.getCallId(); in handleDisplayDiagnosticMessage()
457 String callId = callDiagnostics.getCallId(); in handleClearDiagnosticMessage()
DCallDiagnostics.java216 public @NonNull String getCallId() { in getCallId() method in CallDiagnostics
DCallControl.java67 public ParcelUuid getCallId() { in getCallId() method in CallControl
/frameworks/base/telecomm/java/com/android/internal/telecom/
DTransactionalCall.java62 public String getCallId() { in getCallId() method in TransactionalCall
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java180 public String getCallId() {
181 return executeMethodAsyncForResult(() -> ImsCallSessionImplBase.this.getCallId(),
442 public String getCallId() { in getCallId() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl43 String getCallId(); in getCallId() method
/frameworks/base/telephony/java/android/telephony/ims/
DSrvccCall.java85 public String getCallId() { in getCallId() method in SrvccCall
DSipMessage.java77 mCallIdParam = SipMessageParsingUtils.getCallId(mHeaderSection); in SipMessage()
DSipDetails.java236 public @Nullable String getCallId() { in getCallId() method in SipDetails
DImsExternalCallState.java183 public int getCallId() { in getCallId() method in ImsExternalCallState
DImsCallSession.java595 public String getCallId() { in getCallId() method in ImsCallSession
604 return mCallId = miSession.getCallId(); in getCallId()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DNormalCallDomainSelectionConnectionTest.java193 assertEquals(TELECOM_CALL_ID1, attributes.getCallId()); in testGetSelectionAttributes()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DEmergencyCallDomainSelectionConnection.java257 .setCallId(attr.getCallId()) in getSelectionAttributesToRebindService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2048 private int getCallId(ImsCallSession session) { in getCallId() method in TelephonyMetrics
2054 return Integer.parseInt(session.getCallId()); in getCallId()
2099 .setCallIndex(getCallId(session)) in writeImsCallState()
2115 .setCallIndex(getCallId(session)) in writeOnImsCallStart()
2130 .setCallIndex(getCallId(session))); in writeOnImsCallReceive()
2148 .setCallIndex(getCallId(session)) in writeOnImsCommand()
2250 callSessionEvent.setCallIndex(getCallId(session)); in writeOnImsCallTerminated()
2292 .setCallIndex(getCallId(session)) in writeOnImsCallHandoverEvent()
2872 .setCallIndex(getCallId(session)) in writeAudioCodecIms()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSipMessageParsingUtils.java173 public static String getCallId(String headerString) { in getCallId() method in SipMessageParsingUtils

12