HomeSort by relevance Sort by last modified time
    Searched full:getearliestconnection (Results 1 - 9 of 9) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 48 if (ringingCall != null && ringingCall.getEarliestConnection() != null){
49 incomingNumber = ringingCall.getEarliestConnection().getAddress();
Call.java 120 getEarliestConnection() {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 270 cn = mGSMPhone.getForegroundCall().getEarliestConnection();
391 cn = mGSMPhone.getForegroundCall().getEarliestConnection();
479 cn = mGSMPhone.getRingingCall().getEarliestConnection();
520 cn = mGSMPhone.getRingingCall().getEarliestConnection();
541 cn = mGSMPhone.getRingingCall().getEarliestConnection();
615 cn = mGSMPhone.getRingingCall().getEarliestConnection();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 435 conn = call.getEarliestConnection();
571 conn = call.getEarliestConnection();
    [all...]
DTMFTwelveKeyDialer.java 717 * the Connection object that comes back from getEarliestConnection()?
BluetoothHandsfree.java     [all...]
NotificationMgr.java 793 Connection currentConn = currentCall.getEarliestConnection();
    [all...]
PhoneUtils.java 735 Connection c = phone.getForegroundCall().getEarliestConnection();
    [all...]
InCallScreen.java     [all...]

Completed in 2204 milliseconds