Lines Matching defs:mBackgroundCall

117                             (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
152 final ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_BACKGROUND);
239 mBackgroundCall.dispose();
317 if (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE) {
336 bgState = mBackgroundCall.getState();
440 && mBackgroundCall.getState().isAlive()) {
483 ", bg = " + mBackgroundCall.getState());
485 if (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING) {
487 mForegroundCall.switchWith(mBackgroundCall);
508 mCallExpectedToResume = mBackgroundCall.getImsCall();
509 mForegroundCall.switchWith(mBackgroundCall);
521 mForegroundCall.switchWith(mBackgroundCall);
524 } else if (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING) {
539 ImsCall bgImsCall = mBackgroundCall.getImsCall();
548 long backgroundConnectTime = mBackgroundCall.getEarliestConnectTime();
552 mBackgroundCall.getEarliestConnectTime());
592 && mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING
593 && !mBackgroundCall.isFull()
609 || !mBackgroundCall.getState().isAlive());
617 && mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING;
626 mBackgroundCall.clearDisconnected();
637 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
686 log("Background call: " + mBackgroundCall.toString());
688 l = mBackgroundCall.getConnections();
789 } else if (call == mBackgroundCall) {
851 ImsCall imsCall = mBackgroundCall.getImsCall();
1072 && mBackgroundCall.getState() == ImsPhoneCall.State.IDLE
1120 } else if (mBackgroundCall.getImsCall() == imsCall) {
1126 ImsPhoneCall.State oldState = mBackgroundCall.getState();
1131 // processCallStateChange above may have caused the mBackgroundCall and
1165 ImsPhoneCall.State bgState = mBackgroundCall.getState();
1172 mForegroundCall.switchWith(mBackgroundCall);
1192 + mBackgroundCall);
1194 mForegroundCall.switchWith(mBackgroundCall);
1209 + mBackgroundCall);
1211 mForegroundCall.switchWith(mBackgroundCall);
1279 processCallStateChange(mBackgroundCall.getImsCall(), ImsPhoneCall.State.HOLDING,
1561 transferHandoverConnections(mBackgroundCall);
1635 sb.append(mBackgroundCall);
1654 pw.println(" mBackgroundCall=" + mBackgroundCall);