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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 82 GsmCall mBackgroundCall = new GsmCall(this);
311 && mBackgroundCall.getState() == GsmCall.State.HOLDING
312 && !mBackgroundCall.isFull()
328 || !mBackgroundCall.getState().isAlive());
338 && mBackgroundCall.getState() == GsmCall.State.HOLDING;
347 mBackgroundCall.clearDisconnected();
399 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
676 Rlog.i(LOG_TAG,"Background call: " + mBackgroundCall.toString());
678 l = mBackgroundCall.getConnections();
769 } else if (call == mBackgroundCall) {
    [all...]
GsmServiceStateTracker.java 564 mPhone.mCT.mBackgroundCall.hangupIfAlive();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 116 (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
151 ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this);
230 mBackgroundCall.dispose();
307 if (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE) {
324 bgState = mBackgroundCall.getState();
434 && mBackgroundCall.getState().isAlive()) {
486 mForegroundCall.switchWith(mBackgroundCall);
491 mForegroundCall.switchWith(mBackgroundCall);
494 } else if (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING) {
509 ImsCall bgImsCall = mBackgroundCall.getImsCall()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 61 private SipCall mBackgroundCall = new SipCall();
72 mBackgroundCall = new SipCall();
110 && mBackgroundCall.getState().isAlive()) {
218 mForegroundCall.switchWith(mBackgroundCall);
219 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold();
237 + mBackgroundCall.getState());
240 mForegroundCall.merge(mBackgroundCall);
269 mBackgroundCall.clearDisconnected();
357 : mBackgroundCall.getMute())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 77 CdmaCall mBackgroundCall = new CdmaCall(this);
359 && mBackgroundCall.getState() == CdmaCall.State.HOLDING
360 && !mBackgroundCall.isFull()
377 || !mBackgroundCall.getState().isAlive());
395 !mBackgroundCall.getState().isAlive()));
412 mBackgroundCall.clearDisconnected();
466 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
842 } else if (call == mBackgroundCall) {
    [all...]
CdmaServiceStateTracker.java     [all...]

Completed in 65 milliseconds