HomeSort by relevance Sort by last modified time
    Searched refs:getEarliestConnection (Results 1 - 5 of 5) 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() {
  /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...]
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 397 connection = call.getEarliestConnection();
570 clccConnections[0] = foregroundCall.getEarliestConnection();
585 clccConnections[0] = foregroundCall.getEarliestConnection();
    [all...]
PhoneUtils.java     [all...]

Completed in 173 milliseconds