Home
last modified time | relevance | path

Searched refs:getEarliestConnection (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java62 if (ringingCall != null && ringingCall.getEarliestConnection() != null){ in notifyPhoneState()
63 incomingNumber = ringingCall.getEarliestConnection().getAddress(); in notifyPhoneState()
DCall.java138 getEarliestConnection() { in getEarliestConnection() method in Call
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java273 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java301 return (ImsPhoneConnection) getEarliestConnection(); in getHandoverConnection()