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());
214 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
216 assertEquals(0, mCTUT.mBackgroundCall.getConnections().size());
227 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState());
229 assertEquals(1, mCTUT.mBackgroundCall.getConnections().size());
315 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState());
334 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState());
347 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
411 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall
[all...]
H A DGsmCdmaConnectionTest.java47 mCT.mBackgroundCall = new GsmCdmaCall(mCT);
H A DGsmCdmaPhoneTest.java333 mCT.mBackgroundCall = mGsmCdmaCall;
361 mCT.mBackgroundCall = mGsmCdmaCall;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java170 + " bg = " + mBackgroundCall.getState());
203 || (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
293 public ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this, field in class:ImsPhoneCallTracker
818 mBackgroundCall.dispose();
931 if (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE) {
951 bgState = mBackgroundCall.getState();
1232 && mBackgroundCall.getState().isAlive()) {
1296 ", bg = " + mBackgroundCall.getState());
1298 if (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING) {
1300 mForegroundCall.switchWith(mBackgroundCall);
[all...]
H A DImsPhoneConnection.java715 if (mParent.getState().isRinging() || mParent == mOwner.mBackgroundCall) {
H A DImsPhone.java400 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.java84 public GsmCdmaCall mBackgroundCall = new GsmCdmaCall(this); field in class:GsmCdmaCallTracker
125 toNotify.addAll(mBackgroundCall.getConnections());
609 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING
610 && !mBackgroundCall.isFull()
625 || !mBackgroundCall.getState().isAlive()
645 !mBackgroundCall.getState().isAlive()));
656 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING;
668 mBackgroundCall.clearDisconnected();
715 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
1142 Rlog.i(LOG_TAG,"Background call: " + mBackgroundCall
[all...]
H A DGsmCdmaConnection.java720 mParent = mOwner.mBackgroundCall;
936 return mOwner.mBackgroundCall;
H A DServiceStateTracker.java3953 mPhone.mCT.mBackgroundCall.hangupIfAlive();
4169 mPhone.mCT.mBackgroundCall.hangupIfAlive();
H A DGsmCdmaPhone.java824 return mCT.mBackgroundCall;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java83 private ImsPhoneCall mBackgroundCall; field in class:ImsPhoneTest
119 mImsCT.mBackgroundCall = mBackgroundCall;
122 doReturn(Call.State.IDLE).when(mBackgroundCall).getState();
166 doReturn(Call.State.ACTIVE).when(mBackgroundCall).getState();
168 verify(mImsCT).hangup(mBackgroundCall);
329 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall());
H A DImsPhoneCallTrackerTest.java446 assertEquals(Call.State.HOLDING, mCTUT.mBackgroundCall.getState());
541 assertEquals(Call.State.IDLE, mCTUT.mBackgroundCall.getState());
546 assertEquals(Call.State.IDLE, mCTUT.mBackgroundCall.getState());
557 assertEquals(Call.State.HOLDING, mCTUT.mBackgroundCall.getState());

Completed in 1864 milliseconds