Searched refs:getCall (Results 1 – 12 of 12) sorted by relevance
156 public abstract Call getCall(); in getCall() method in Connection263 c = getCall(); in getState()
98 return c.getCall() == this; in hasConnection()
2297 int subId = c.getCall().getPhone().getSubId(); in handleMessage()2300 Rlog.d(LOG_TAG, "silently drop incoming call: " + c.getCall()); in handleMessage()2301 c.getCall().hangup(); in handleMessage()
731 hangup(conn.getCall()); in hangup()900 conn.getCall().detach(conn); in processCallStateChange()905 if (conn.getCall() == mHandoverCall) return; in processCallStateChange()
191 public ImsPhoneCall getCall() { in getCall() method in ImsPhoneConnection
507 } else if ( mConnections[i].getCall() == mRingingCall ) { // it's a ringing call in handlePollCalls()549 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()
188 public GsmCall getCall() { in getCall() method in GsmConnection
629 SipCall call = conn.getCall(); in add()921 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
777 } else if ((conn.getCall() == mRingingCall) in hangup()1151 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
217 public CdmaCall getCall() { in getCall() method in CdmaConnection
483 acceptMsg.obj = c.getCall();489 rejectMsg.obj = c.getCall();
314 assertEquals(mGSMPhone.getRingingCall(), cn.getCall()); in brokenTestGeneral()