Searched refs:getCall (Results 1 – 10 of 10) sorted by relevance
275 public abstract Call getCall(); in getCall() method in Connection393 c = getCall(); in getState()417 c = getCall(); in getConferenceParticipants()
92 return c.getCall() == this; in hasConnection()
907 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()1151 && conn.getCall() == mRingingCall in hangup()1573 if (mConnections[i].getCall() == mRingingCall) { in checkMtFindNewRinging()
2260 int subId = c.getCall().getPhone().getSubId(); in handleMessage()2263 Rlog.d(LOG_TAG, "silently drop incoming call: " + c.getCall()); in handleMessage()2264 c.getCall().hangup(); in handleMessage()
317 public GsmCdmaCall getCall() { in getCall() method in GsmCdmaConnection
107 public Call getCall() { in getCall() method in ImsExternalConnection
1087 hangup(conn.getCall()); in hangup()1325 conn.getCall().detach(conn); in processCallStateChange()1330 if (conn.getCall() == mHandoverCall) return; in processCallStateChange()1527 processCallStateChange(imsCall, conn.getCall().mState,1530 imsCall.getCallSession(), conn.getCall().mState);1884 ImsPhoneCall foregroundImsPhoneCall = findConnection(call).getCall();1887 : peerConnection.getCall();
263 public ImsPhoneCall getCall() { in getCall() method in ImsPhoneConnection
649 SipCall call = conn.getCall(); in add()941 public SipCall getCall() { in getCall() method in SipPhone.SipConnection
314 assertEquals(mGSMPhone.getRingingCall(), cn.getCall());