Searched defs:mBackgroundCall (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java79 GsmCall mBackgroundCall = new GsmCall(this); field in class:GsmCallTracker
322 && mBackgroundCall.getState() == GsmCall.State.HOLDING
323 && !mBackgroundCall.isFull()
339 || !mBackgroundCall.getState().isAlive());
349 && mBackgroundCall.getState() == GsmCall.State.HOLDING;
358 mBackgroundCall.clearDisconnected();
410 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
678 Rlog.i(LOG_TAG,"Background call: " + mBackgroundCall.toString());
680 l = mBackgroundCall.getConnections();
767 } else if (call == mBackgroundCall) {
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java74 CdmaCall mBackgroundCall = new CdmaCall(this); field in class:CdmaCallTracker
345 && mBackgroundCall.getState() == CdmaCall.State.HOLDING
346 && !mBackgroundCall.isFull()
363 || !mBackgroundCall.getState().isAlive());
381 !mBackgroundCall.getState().isAlive()));
398 mBackgroundCall.clearDisconnected();
452 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
816 } else if (call == mBackgroundCall) {
1146 pw.println(" mBackgroundCall=" + mBackgroundCall);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java60 private SipCall mBackgroundCall = new SipCall(); field in class:SipPhone
71 mBackgroundCall = new SipCall();
109 && mBackgroundCall.getState().isAlive()) {
217 mForegroundCall.switchWith(mBackgroundCall);
218 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold();
236 + mBackgroundCall.getState());
239 mForegroundCall.merge(mBackgroundCall);
268 mBackgroundCall.clearDisconnected();
355 : mBackgroundCall
[all...]

Completed in 39 milliseconds