Searched refs:getCall (Results 1 – 10 of 10) sorted by relevance
250 public abstract Call getCall(); in getCall() method in Connection368 c = getCall(); in getState()392 c = getCall(); in getConferenceParticipants()
92 return c.getCall() == this; in hasConnection()
901 if (mConnections[i].getCall() == mRingingCall) { in handlePollCalls()1122 && conn.getCall() == mRingingCall in hangup()1522 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()
309 public GsmCdmaCall getCall() { in getCall() method in GsmCdmaConnection
93 public Call getCall() { in getCall() method in ImsExternalConnection
863 hangup(conn.getCall()); in hangup()1090 conn.getCall().detach(conn); in processCallStateChange()1095 if (conn.getCall() == mHandoverCall) return; in processCallStateChange()1230 processCallStateChange(imsCall, conn.getCall().mState,1232 mEventLog.writeImsCallState(imsCall.getCallSession(), conn.getCall().mState);1527 ImsPhoneCall foregroundImsPhoneCall = findConnection(call).getCall();1530 : peerConnection.getCall();
267 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());