/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipHelper.java | 494 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 …]
|
D | SipSessionGroup.java | 278 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()
|
D | SipService.java | 406 mPendingSessions.put(session.getCallId(), session); in addPendingSession() 427 String callId = ringingSession.getCallId(); in callingSelf() 587 session.getCallId(), sessionDescription); in onRinging() 589 + caller.getUri() + ": " + session.getCallId() in onRinging()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalCallTracker.java | 134 if (!mExternalConnections.containsKey(callState.getCallId())) { in refreshExternalCallState() 143 updateExistingConnection(mExternalConnections.get(callState.getCallId()), in refreshExternalCallState() 170 state.getCallId(), /* Dialog event package call id */ in createExternalConnection() 177 mExternalConnections.put(connection.getCallId(), connection); in createExternalConnection() 228 if (state.getCallId() == callId) { in containsCallId()
|
D | ImsExternalConnection.java | 88 public int getCallId() { in getCallId() method in ImsExternalConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyEventLog.java | 489 writeEvent(TAG_IMS_CALL_STATE, getCallId(session), state); in writeImsCallState() 493 writeEvent(tag, getCallId(session), -1); in writeImsCallEvent() 497 writeEvent(tag, getCallId(session), -1,imsReasonInfoToBundle(reasonInfo)); in writeImsCallEvent() 514 writeEvent(TAG_IMS_CALL_START, getCallId(session), -1, b); in writeOnImsCallStart() 520 writeEvent(TAG_IMS_CALL_START_CONFERENCE, getCallId(session), -1, b); in writeOnImsCallStartConference() 590 writeEvent(TAG_IMS_CALL_HANDOVER, getCallId(session), -1, b); in writeOnImsCallHandover() 596 writeEvent(TAG_IMS_CALL_HANDOVER_FAILED, getCallId(session), -1, b); in writeOnImsCallHandoverFailed() 605 private int getCallId(ImsCallSession session) { in getCallId() method in TelephonyEventLog 611 return Integer.parseInt(session.getCallId()); in getCallId()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipManager.java | 413 String callId = getCallId(incomingCallIntent); in takeAudioCall() 449 String callId = getCallId(intent); in isIncomingCallIntent() 460 public static String getCallId(Intent incomingCallIntent) { in getCallId() method in SipManager 563 String callId = getCallId(incomingCallIntent); in getSessionFor()
|
D | ISipSession.aidl | 70 String getCallId(); in getCallId() method
|
D | SipSession.java | 332 public String getCallId() { in getCallId() method in SipSession 334 return mSession.getCallId(); in getCallId()
|
D | SipAudioCall.java | 409 || !session.getCallId().equals( in createListener() 410 mSipSession.getCallId())) { in createListener()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 449 public String getCallId() { in getCallId() method in ImsCallSession 455 return miSession.getCallId(); in getCallId() 1065 if (!Objects.equals(miSession.getCallId(), newSession.getCallId())) { in callSessionMergeComplete() 1284 sb.append(getCallId()); in toString()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 41 String getCallId(); in getCallId() method
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsExternalCallState.java | 106 public int getCallId() { in getCallId() method in ImsExternalCallState
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 2373 String callId = cs.getCallId(); in doesCallSessionExistsInMerge() 2374 return ((isMergeHost() && Objects.equals(mMergePeer.mSession.getCallId(), callId)) || in doesCallSessionExistsInMerge() 2375 (isMergePeer() && Objects.equals(mMergeHost.mSession.getCallId(), callId)) || in doesCallSessionExistsInMerge() 2376 Objects.equals(mSession.getCallId(), callId)); in doesCallSessionExistsInMerge()
|
D | ImsManager.java | 948 String callId = getCallId(incomingCallIntent); in takeCall() 1070 private static String getCallId(Intent incomingCallIntent) { in getCallId() method in ImsManager
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17752 method public static java.lang.String getCallId(android.content.Intent); 17819 method public java.lang.String getCallId();
|
/frameworks/base/api/ |
D | current.txt | 24205 method public static java.lang.String getCallId(android.content.Intent); 24272 method public java.lang.String getCallId();
|
D | test-current.txt | 24274 method public static java.lang.String getCallId(android.content.Intent); 24341 method public java.lang.String getCallId();
|
D | system-current.txt | 26227 method public static java.lang.String getCallId(android.content.Intent); 26294 method public java.lang.String getCallId();
|