Lines Matching refs:mBackgroundCall

153                                 " bg = " + mBackgroundCall.getState());
186 (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
247 public ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this,
717 mBackgroundCall.dispose();
804 if (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE) {
824 bgState = mBackgroundCall.getState();
1038 && mBackgroundCall.getState().isAlive()) {
1102 ", bg = " + mBackgroundCall.getState());
1104 if (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING) {
1106 mForegroundCall.switchWith(mBackgroundCall);
1125 boolean switchingWithWaitingCall = mBackgroundCall.getImsCall() == null &&
1133 mCallExpectedToResume = mBackgroundCall.getImsCall();
1135 mForegroundCall.switchWith(mBackgroundCall);
1150 mForegroundCall.switchWith(mBackgroundCall);
1153 } else if (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING) {
1168 ImsCall bgImsCall = mBackgroundCall.getImsCall();
1177 long backgroundConnectTime = mBackgroundCall.getEarliestConnectTime();
1181 mBackgroundCall.getEarliestConnectTime());
1228 && mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING
1229 && !mBackgroundCall.isFull()
1245 || !mBackgroundCall.getState().isAlive());
1253 && mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING;
1262 mBackgroundCall.clearDisconnected();
1274 } else if (!isPendingMOIdle || !mForegroundCall.isIdle() || !mBackgroundCall.isIdle()) {
1292 + mForegroundCall.getConnections().size() + "), bg= " + mBackgroundCall
1293 .getState() + "(" + mBackgroundCall.getConnections().size() + ")");
1332 log("Background call: " + mBackgroundCall.toString());
1334 l = mBackgroundCall.getConnections();
1439 } else if (call == mBackgroundCall) {
1515 ImsCall imsCall = mBackgroundCall.getImsCall();
1912 && mBackgroundCall.getState() == ImsPhoneCall.State.IDLE
2024 + mBackgroundCall);
2026 mForegroundCall.switchWith(mBackgroundCall);
2055 } else if (mBackgroundCall.getImsCall() == imsCall) {
2061 ImsPhoneCall.State oldState = mBackgroundCall.getState();
2066 // processCallStateChange above may have caused the mBackgroundCall and
2108 ImsPhoneCall.State bgState = mBackgroundCall.getState();
2115 mForegroundCall.switchWith(mBackgroundCall);
2141 + mBackgroundCall);
2143 mForegroundCall.switchWith(mBackgroundCall);
2168 + mBackgroundCall);
2170 mForegroundCall.switchWith(mBackgroundCall);
2276 processCallStateChange(mBackgroundCall.getImsCall(), ImsPhoneCall.State.HOLDING,
2618 transferHandoverConnections(mBackgroundCall);
2762 sb.append(mBackgroundCall);
2781 pw.println(" mBackgroundCall=" + mBackgroundCall);