Home
last modified time | relevance | path

Searched refs:getCall (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DConnectionTest.java50 public Call getCall() { in getCall() method in ConnectionTest.TestConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java338 public abstract Call getCall(); in getCall() method in Connection
558 c = getCall(); in getState()
582 c = getCall(); in getConferenceParticipants()
DCall.java102 return c.getCall() == this; in hasConnection()
DCallManager.java2092 int subId = c.getCall().getPhone().getSubId(); in handleMessage()
2095 Rlog.d(LOG_TAG, "silently drop incoming call: " + c.getCall()); in handleMessage()
2096 c.getCall().hangup(); in handleMessage()
DGsmCdmaCallTracker.java975 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()
1221 && conn.getCall() == mRingingCall in hangup()
1699 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
DGsmCdmaConnection.java341 public GsmCdmaCall getCall() { in getCall() method in GsmCdmaConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java106 public Call getCall() { in getCall() method in ImsExternalConnection
DImsPhoneCallTracker.java1712 hangup(conn.getCall()); in hangup()
1918 conn.getCall().detach(conn); in processCallStateChange()
1923 if (conn.getCall() == mHandoverCall) return; in processCallStateChange()
2239 processCallStateChange(imsCall, conn.getCall().mState,
2242 imsCall.getCallSession(), conn.getCall().mState);
2698 ImsPhoneCall foregroundImsPhoneCall = findConnection(call).getCall();
2701 : peerConnection.getCall();
2828 ImsPhoneCall imsPhoneCall = conn.getCall();
DImsPhoneConnection.java318 public ImsPhoneCall getCall() { in getCall() method in ImsPhoneConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java649 SipCall call = conn.getCall(); in add()
942 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken314 assertEquals(mGSMPhone.getRingingCall(), cn.getCall());