Searched refs:getCall (Results 1 – 10 of 10) sorted by relevance
114 public abstract Call getCall(); in getCall() method in Connection177 c = getCall(); in getState()
82 return c.getCall() == this; in hasConnection()
1749 Rlog.d(LOG_TAG, "silently drop incoming call: " + c.getCall());1750 c.getCall().hangup();
504 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()544 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()
200 public GsmCall getCall() { in getCall() method in GsmConnection
734 } else if ((conn.getCall() == mRingingCall) in hangup()1091 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
237 public CdmaCall getCall() { in getCall() method in CdmaConnection
626 SipCall call = conn.getCall(); in add()918 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
483 acceptMsg.obj = c.getCall();489 rejectMsg.obj = c.getCall();
312 assertEquals(mGSMPhone.getRingingCall(), cn.getCall()); in brokenTestGeneral()