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 78 GsmCall backgroundCall = new GsmCall(this);
306 && backgroundCall.getState() == GsmCall.State.HOLDING
307 && !backgroundCall.isFull()
323 || !backgroundCall.getState().isAlive());
331 && backgroundCall.getState() == GsmCall.State.HOLDING;
340 backgroundCall.clearDisconnected();
392 !(foregroundCall.isIdle() && backgroundCall.isIdle())) {
658 Log.i(LOG_TAG,"Background call: " + backgroundCall.toString());
660 l = backgroundCall.getConnections();
747 } else if (call == backgroundCall) {
    [all...]
GsmServiceStateTracker.java 491 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 73 CdmaCall backgroundCall = new CdmaCall(this);
345 && backgroundCall.getState() == CdmaCall.State.HOLDING
346 && !backgroundCall.isFull()
363 || !backgroundCall.getState().isAlive());
373 " ||!backgroundCall.getState().isAlive())::=%s)",
381 !backgroundCall.getState().isAlive()));
398 backgroundCall.clearDisconnected();
452 !(foregroundCall.isIdle() && backgroundCall.isIdle())) {
817 } else if (call == backgroundCall) {
    [all...]
CdmaServiceStateTracker.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]

Completed in 104 milliseconds