/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalCallTracker.java | 91 connection.getCallId()); in onPullExternalCall() 270 if (!mExternalConnections.containsKey(callState.getCallId())) { in refreshExternalCallState() 279 updateExistingConnection(mExternalConnections.get(callState.getCallId()), in refreshExternalCallState() 310 state.getCallId(), /* Dialog event package call id */ in createExternalConnection() 318 + connection.getCallId() in createExternalConnection() 326 mExternalConnections.put(connection.getCallId(), connection); in createExternalConnection() 327 mExternalCallPullableState.put(connection.getCallId(), state.isCallPullable()); in createExternalConnection() 357 mExternalConnections.remove(connection.getCallId()); in updateExistingConnection() 358 mExternalCallPullableState.remove(connection.getCallId()); in updateExistingConnection() 368 mExternalCallPullableState.put(state.getCallId(), state.isCallPullable()); in updateExistingConnection() [all …]
|
D | ImsExternalConnection.java | 101 public int getCallId() { in getCallId() method in ImsExternalConnection
|
D | ImsPhoneCallTracker.java | 2354 String callId = imsCall.getSession().getCallId(); 2992 String callId = imsCall.getSession().getCallId();
|
/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/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/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 114 public String getCallId() { 115 return ImsCallSessionImplBase.this.getCallId(); 299 public String getCallId() { in getCallId() method in ImsCallSessionImplBase
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 509 public String getCallId() { in getCallId() method in ImsCallSession 515 return miSession.getCallId(); in getCallId() 1180 if (!Objects.equals(miSession.getCallId(), newSession.getCallId())) { in callSessionMergeComplete() 1451 sb.append(getCallId()); in toString()
|
D | ImsExternalCallState.java | 185 public int getCallId() { in getCallId() method in ImsExternalCallState
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 42 String getCallId(); in getCallId() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1907 private int getCallId(ImsCallSession session) { in getCallId() method in TelephonyMetrics 1913 return Integer.parseInt(session.getCallId()); in getCallId() 1958 .setCallIndex(getCallId(session)) in writeImsCallState() 1974 .setCallIndex(getCallId(session)) in writeOnImsCallStart() 1989 .setCallIndex(getCallId(session))); in writeOnImsCallReceive() 2007 .setCallIndex(getCallId(session)) in writeOnImsCommand() 2094 callSessionEvent.setCallIndex(getCallId(session)); in writeOnImsCallTerminated() 2134 .setCallIndex(getCallId(session)) in writeOnImsCallHandoverEvent() 2631 .setCallIndex(getCallId(session)) in writeAudioCodecIms()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 74 public String getCallId() { in getCallId() method in ImsCallSessionImplBase
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 2648 String callId = cs.getCallId(); in doesCallSessionExistsInMerge() 2649 return ((isMergeHost() && Objects.equals(mMergePeer.mSession.getCallId(), callId)) || in doesCallSessionExistsInMerge() 2650 (isMergePeer() && Objects.equals(mMergeHost.mSession.getCallId(), callId)) || in doesCallSessionExistsInMerge() 2651 Objects.equals(mSession.getCallId(), callId)); in doesCallSessionExistsInMerge()
|
D | ImsManager.java | 2068 String callId = getCallId(incomingCallExtras); in takeCall() 2351 private static String getCallId(Bundle incomingCallExtras) { in getCallId() method in ImsManager
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 177 doReturn("1").when(mImsCallSession).getCallId(); in imsCallMocking()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 103 doReturn("123").when(mImsCallSession).getCallId(); in setUp()
|
/frameworks/base/api/ |
D | system-current.txt | 8579 method public int getCallId(); 9163 method public String getCallId();
|
D | current.txt | 29435 method public static String getCallId(android.content.Intent); 29502 method public String getCallId();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 72169 Landroid/telephony/data/DataCallResponse;->getCallId()I 72667 Landroid/telephony/ims/compat/stub/ImsCallSessionImplBase;->getCallId()Ljava/lang/String; 72924 Landroid/telephony/ims/ImsCallSession;->getCallId()Ljava/lang/String; 91840 Lcom/android/ims/internal/IImsCallSession$Stub$Proxy;->getCallId()Ljava/lang/String; 91909 Lcom/android/ims/internal/IImsCallSession;->getCallId()Ljava/lang/String;
|
/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();
|