HomeSort by relevance Sort by last modified time
    Searched refs:getEarliestConnection (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 49 if (ringingCall != null && ringingCall.getEarliestConnection() != null){
50 incomingNumber = ringingCall.getEarliestConnection().getAddress();
Call.java 122 getEarliestConnection() {
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 535 conn = call.getEarliestConnection();
673 conn = call.getEarliestConnection();
    [all...]
BluetoothPhoneService.java 418 connection = call.getEarliestConnection();
579 clccConnections[0] = foregroundCall.getEarliestConnection();
594 clccConnections[0] = foregroundCall.getEarliestConnection();
    [all...]
NotificationMgr.java     [all...]
PhoneUtils.java     [all...]
InCallScreen.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 271 cn = mGSMPhone.getForegroundCall().getEarliestConnection();
392 cn = mGSMPhone.getForegroundCall().getEarliestConnection();
480 cn = mGSMPhone.getRingingCall().getEarliestConnection();
521 cn = mGSMPhone.getRingingCall().getEarliestConnection();
542 cn = mGSMPhone.getRingingCall().getEarliestConnection();
616 cn = mGSMPhone.getRingingCall().getEarliestConnection();
    [all...]

Completed in 650 milliseconds