Searched refs:getCall (Results 1 – 11 of 11) sorted by relevance
50 public Call getCall() { in getCall() method in ConnectionTest.TestConnection
338 public abstract Call getCall(); in getCall() method in Connection558 c = getCall(); in getState()582 c = getCall(); in getConferenceParticipants()
102 return c.getCall() == this; in hasConnection()
2092 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()
975 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()1221 && conn.getCall() == mRingingCall in hangup()1699 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
341 public GsmCdmaCall getCall() { in getCall() method in GsmCdmaConnection
106 public Call getCall() { in getCall() method in ImsExternalConnection
1712 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();
318 public ImsPhoneCall getCall() { in getCall() method in ImsPhoneConnection
649 SipCall call = conn.getCall(); in add()942 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
314 assertEquals(mGSMPhone.getRingingCall(), cn.getCall());