Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java91 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 …]
DImsExternalConnection.java100 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.java406 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/
DSipManager.java413 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()
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/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java114 public String getCallId() {
115 return ImsCallSessionImplBase.this.getCallId();
299 public String getCallId() { in getCallId() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java499 public String getCallId() { in getCallId() method in ImsCallSession
505 return miSession.getCallId(); in getCallId()
1170 if (!Objects.equals(miSession.getCallId(), newSession.getCallId())) { in callSessionMergeComplete()
1421 sb.append(getCallId()); in toString()
DImsExternalCallState.java112 public int getCallId() { in getCallId() method in ImsExternalCallState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java287 dataCallResponseListByCid.put(dcs.getCallId(), dcs); in onDataStateChanged()
310 DataConnection dc = dcListActiveByCid.get(newState.getCallId()); in onDataStateChanged()
323 log("onDataStateChanged: Found ConnId=" + newState.getCallId() in onDataStateChanged()
DDataConnection.java769 mCid = response.getCallId(); in onSetupConnectionCompleted()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl42 String getCallId(); in getCallId() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1131 dataCalls[i].cid = dcsList.get(i).getCallId(); in writeRilDataCallList()
1547 private int getCallId(ImsCallSession session) { in getCallId() method in TelephonyMetrics
1553 return Integer.parseInt(session.getCallId()); in getCallId()
1598 .setCallIndex(getCallId(session)) in writeImsCallState()
1614 .setCallIndex(getCallId(session)) in writeOnImsCallStart()
1629 .setCallIndex(getCallId(session))); in writeOnImsCallReceive()
1647 .setCallIndex(getCallId(session)) in writeOnImsCommand()
1686 .setCallIndex(getCallId(session)) in writeOnImsCallTerminated()
1710 .setCallIndex(getCallId(session)) in writeOnImsCallHandoverEvent()
/frameworks/base/telephony/java/android/telephony/data/
DDataCallResponse.java122 public int getCallId() { return mCid; } in getCallId() method in DataCallResponse
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java74 public String getCallId() { in getCallId() method in ImsCallSessionImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java1773 String callId = getCallId(incomingCallExtras); in takeCall()
1989 private static String getCallId(Bundle incomingCallExtras) { in getCallId() method in ImsManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java96 doReturn("123").when(mImsCallSession).getCallId(); in setUp()
/frameworks/base/api/
Dsystem-current.txt5530 method public int getCallId();
5952 method public java.lang.String getCallId();
Dcurrent.txt27821 method public static java.lang.String getCallId(android.content.Intent);
27888 method public java.lang.String getCallId();
/frameworks/base/config/
Dhiddenapi-public-dex.txt25868 Landroid/net/sip/SipManager;->getCallId(Landroid/content/Intent;)Ljava/lang/String;
25952 Landroid/net/sip/SipSession;->getCallId()Ljava/lang/String;
43415 Landroid/telephony/ims/ImsExternalCallState;->getCallId()I
43744 Landroid/telephony/ims/stub/ImsCallSessionImplBase;->getCallId()Ljava/lang/String;
Dboot-image-profile.txt5865 HPLandroid/telephony/ims/ImsCallSession;->getCallId()Ljava/lang/String;
10035 HPLcom/android/internal/telephony/metrics/TelephonyMetrics;->getCallId(Landroid/telephony/ims/ImsCa…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17752 method public static java.lang.String getCallId(android.content.Intent);
17819 method public java.lang.String getCallId();