HomeSort by relevance Sort by last modified time
    Searched defs:backgroundCall (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 76 GsmCall backgroundCall = new GsmCall(this);
303 && backgroundCall.getState() == GsmCall.State.HOLDING
304 && !backgroundCall.isFull()
320 || !backgroundCall.getState().isAlive());
328 && backgroundCall.getState() == GsmCall.State.HOLDING;
337 backgroundCall.clearDisconnected();
389 !(foregroundCall.isIdle() && backgroundCall.isIdle())) {
655 Log.i(LOG_TAG,"Background call: " + backgroundCall.toString());
657 l = backgroundCall.getConnections();
744 } else if (call == backgroundCall) {
    [all...]
GsmServiceStateTracker.java 478 phone.mCT.backgroundCall.hangupIfAlive();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 58 private SipCall backgroundCall = new SipCall();
69 backgroundCall = new SipCall();
102 && backgroundCall.getState().isAlive()) {
191 foregroundCall.switchWith(backgroundCall);
192 if (backgroundCall.getState().isAlive()) backgroundCall.hold();
207 + backgroundCall.getState());
209 foregroundCall.merge(backgroundCall);
235 backgroundCall.clearDisconnected();
315 : backgroundCall.getMute())
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 71 CdmaCall backgroundCall = new CdmaCall(this);
342 && backgroundCall.getState() == CdmaCall.State.HOLDING
343 && !backgroundCall.isFull()
360 || !backgroundCall.getState().isAlive());
370 " ||!backgroundCall.getState().isAlive())::=%s)",
378 !backgroundCall.getState().isAlive()));
395 backgroundCall.clearDisconnected();
449 !(foregroundCall.isIdle() && backgroundCall.isIdle())) {
814 } else if (call == backgroundCall) {
    [all...]
CdmaServiceStateTracker.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]

Completed in 553 milliseconds