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 45 if (ringingCall != null && ringingCall.getEarliestConnection() != null){
46 incomingNumber = ringingCall.getEarliestConnection().getAddress();
Call.java 120 getEarliestConnection() {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 276 cn = mGSMPhone.getForegroundCall().getEarliestConnection();
397 cn = mGSMPhone.getForegroundCall().getEarliestConnection();
485 cn = mGSMPhone.getRingingCall().getEarliestConnection();
526 cn = mGSMPhone.getRingingCall().getEarliestConnection();
547 cn = mGSMPhone.getRingingCall().getEarliestConnection();
621 cn = mGSMPhone.getRingingCall().getEarliestConnection();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 429 conn = call.getEarliestConnection();
564 conn = call.getEarliestConnection();
    [all...]
BluetoothHandsfree.java     [all...]
DTMFTwelveKeyDialer.java 849 * the Connection object that comes back from getEarliestConnection()?
    [all...]
NotificationMgr.java 569 Connection currentConn = currentCall.getEarliestConnection();
    [all...]
PhoneUtils.java 737 Connection c = phone.getForegroundCall().getEarliestConnection();
    [all...]
InCallScreen.java     [all...]

Completed in 3028 milliseconds