Searched refs:mBackgroundCall (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaCallTrackerTest.java102 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
132 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
213 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
215 assertEquals(0, mCTUT.mBackgroundCall.getConnections().size());
226 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState());
228 assertEquals(1, mCTUT.mBackgroundCall.getConnections().size());
312 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState());
331 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState());
344 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
406 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall
[all...]
H A DGsmCdmaConnectionTest.java47 mCT.mBackgroundCall = new GsmCdmaCall(mCT);
H A DGsmCdmaPhoneTest.java269 mCT.mBackgroundCall = mGsmCdmaCall;
297 mCT.mBackgroundCall = mGsmCdmaCall;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java153 " bg = " + mBackgroundCall.getState());
186 (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
247 public ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this, field in class:ImsPhoneCallTracker
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);
[all...]
H A DImsPhoneConnection.java666 if (mParent.getState().isRinging() || mParent == mOwner.mBackgroundCall) {
H A DImsPhone.java338 return mCT.mBackgroundCall;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java63 private SipCall mBackgroundCall = new SipCall(); field in class:SipPhone
76 mBackgroundCall = new SipCall();
114 && mBackgroundCall.getState().isAlive()) {
229 mForegroundCall.switchWith(mBackgroundCall);
230 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold();
248 + mBackgroundCall.getState());
251 mForegroundCall.merge(mBackgroundCall);
280 mBackgroundCall.clearDisconnected();
368 : mBackgroundCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java82 public GsmCdmaCall mBackgroundCall = new GsmCdmaCall(this); field in class:GsmCdmaCallTracker
123 toNotify.addAll(mBackgroundCall.getConnections());
603 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING
604 && !mBackgroundCall.isFull()
619 || !mBackgroundCall.getState().isAlive()
639 !mBackgroundCall.getState().isAlive()));
650 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING;
662 mBackgroundCall.clearDisconnected();
709 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
1136 Rlog.i(LOG_TAG,"Background call: " + mBackgroundCall
[all...]
H A DGsmCdmaConnection.java685 mParent = mOwner.mBackgroundCall;
901 return mOwner.mBackgroundCall;
H A DServiceStateTracker.java4106 mPhone.mCT.mBackgroundCall.hangupIfAlive();
4330 mPhone.mCT.mBackgroundCall.hangupIfAlive();
H A DGsmCdmaPhone.java832 return mCT.mBackgroundCall;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java80 private ImsPhoneCall mBackgroundCall; field in class:ImsPhoneTest
116 mImsCT.mBackgroundCall = mBackgroundCall;
119 doReturn(Call.State.IDLE).when(mBackgroundCall).getState();
163 doReturn(Call.State.ACTIVE).when(mBackgroundCall).getState();
165 verify(mImsCT).hangup(mBackgroundCall);
326 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall());
H A DImsPhoneCallTrackerTest.java347 assertEquals(Call.State.HOLDING, mCTUT.mBackgroundCall.getState());
377 assertEquals(Call.State.IDLE, mCTUT.mBackgroundCall.getState());
382 assertEquals(Call.State.IDLE, mCTUT.mBackgroundCall.getState());
393 assertEquals(Call.State.HOLDING, mCTUT.mBackgroundCall.getState());

Completed in 381 milliseconds