Searched refs:getEarliestConnection (Results 1 – 4 of 4) sorted by relevance
62 if (ringingCall != null && ringingCall.getEarliestConnection() != null){ in notifyPhoneState()63 incomingNumber = ringingCall.getEarliestConnection().getAddress(); in notifyPhoneState()
138 getEarliestConnection() { in getEarliestConnection() method in Call
273 cn = mGSMPhone.getForegroundCall().getEarliestConnection(); in brokenTestGeneral()394 cn = mGSMPhone.getForegroundCall().getEarliestConnection(); in brokenTestGeneral()482 cn = mGSMPhone.getRingingCall().getEarliestConnection(); in brokenTestGeneral()523 cn = mGSMPhone.getRingingCall().getEarliestConnection(); in brokenTestGeneral()544 cn = mGSMPhone.getRingingCall().getEarliestConnection(); in brokenTestGeneral()618 cn = mGSMPhone.getRingingCall().getEarliestConnection(); in brokenTestGeneral()805 cn = mGSMPhone.getForegroundCall().getEarliestConnection(); in testHangupOnOutgoing()830 cn = mGSMPhone.getForegroundCall().getEarliestConnection(); in testHangupOnOutgoing()860 mGSMPhone.getForegroundCall().getEarliestConnection().getDisconnectCause()); in testHangupOnOutgoing()
301 return (ImsPhoneConnection) getEarliestConnection(); in getHandoverConnection()