Searched refs:getCall (Results 1 – 11 of 11) sorted by relevance
170 public abstract Call getCall(); in getCall() method in Connection286 c = getCall(); in getState()310 c = getCall(); in getConferenceParticipants()
100 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()
759 hangup(conn.getCall()); in hangup()953 conn.getCall().detach(conn); in processCallStateChange()958 if (conn.getCall() == mHandoverCall) return; in processCallStateChange()1055 processCallStateChange(imsCall, conn.getCall().mState,1245 ImsPhoneCall foregroundImsPhoneCall = findConnection(call).getCall();1248 : peerConnection.getCall();
195 public ImsPhoneCall getCall() { in getCall() method in ImsPhoneConnection
518 } else if ( mConnections[i].getCall() == mRingingCall ) { // it's a ringing call in handlePollCalls()560 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()
189 public GsmCall getCall() { in getCall() method in GsmConnection
630 SipCall call = conn.getCall(); in add()922 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
779 } else if ((conn.getCall() == mRingingCall) in hangup()1158 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
219 public CdmaCall getCall() { in getCall() method in CdmaConnection
314 assertEquals(mGSMPhone.getRingingCall(), cn.getCall());