Home
last modified time | relevance | path

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

/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.java403 mPendingSessions.put(session.getCallId(), session); in addPendingSession()
424 String callId = ringingSession.getCallId(); in callingSelf()
583 session.getCallId(), sessionDescription); in onRinging()
585 + caller.getUri() + ": " + session.getCallId() in onRinging()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipManager.java398 String callId = getCallId(incomingCallIntent); in takeAudioCall()
433 String callId = getCallId(intent); in isIncomingCallIntent()
444 public static String getCallId(Intent incomingCallIntent) { in getCallId() method in SipManager
544 String callId = getCallId(incomingCallIntent); in getSessionFor()
DISipSession.aidl70 String getCallId(); in getCallId() method
DSipSession.java332 public String getCallId() { in getCallId() method in SipSession
334 return mSession.getCallId(); in getCallId()
DSipAudioCall.java409 || !session.getCallId().equals( in createListener()
410 mSipSession.getCallId())) { in createListener()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java439 public String getCallId() { in getCallId() method in ImsCallSession
445 return miSession.getCallId(); in getCallId()
1055 if (!Objects.equals(miSession.getCallId(), newSession.getCallId())) { in callSessionMergeComplete()
1265 sb.append(getCallId()); in toString()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl41 String getCallId(); in getCallId() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java703 String callId = getCallId(incomingCallIntent); in takeCall()
803 private static String getCallId(Intent incomingCallIntent) { in getCallId() method in ImsManager
DImsCall.java2325 String callId = cs.getCallId(); in doesCallSessionExistsInMerge()
2326 return ((isMergeHost() && Objects.equals(mMergePeer.mSession.getCallId(), callId)) || in doesCallSessionExistsInMerge()
2327 (isMergePeer() && Objects.equals(mMergeHost.mSession.getCallId(), callId)) || in doesCallSessionExistsInMerge()
2328 Objects.equals(mSession.getCallId(), callId)); in doesCallSessionExistsInMerge()
/frameworks/base/api/
Dcurrent.txt18958 method public static java.lang.String getCallId(android.content.Intent);
19025 method public java.lang.String getCallId();
Dsystem-current.txt20535 method public static java.lang.String getCallId(android.content.Intent);
20602 method public java.lang.String getCallId();