Home
last modified time | relevance | path

Searched refs:mBackgroundCall (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java109 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState()); in testMOCallDial()
138 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState()); in testMOCallPickUp()
220 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState()); in testMOCallSwitch()
222 assertEquals(0, mCTUT.mBackgroundCall.getConnections().size()); in testMOCallSwitch()
233 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState()); in testMOCallSwitch()
235 assertEquals(1, mCTUT.mBackgroundCall.getConnections().size()); in testMOCallSwitch()
341 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState()); in testMOCallSwitchHangupForeGround()
360 assertEquals(GsmCdmaCall.State.HOLDING, mCTUT.mBackgroundCall.getState()); in testMOCallPickUpHangUpResumeBackGround()
373 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState()); in testMOCallPickUpHangUpResumeBackGround()
437 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState()); in testUpdatePhoneType()
DGsmCdmaConnectionTest.java47 mCT.mBackgroundCall = new GsmCdmaCall(mCT); in setUp()
DGsmCdmaPhoneTest.java299 mCT.mBackgroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands()
327 mCT.mBackgroundCall = mGsmCdmaCall; in testDial()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java187 + " bg = " + mBackgroundCall.getState()); in onIncomingCall()
220 || (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) { in onIncomingCall()
343 public ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this, field in ImsPhoneCallTracker
692 mBackgroundCall.dispose(); in dispose()
806 if (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE) { in dial()
827 bgState = mBackgroundCall.getState(); in dial()
1128 && mBackgroundCall.getState().isAlive()) { in acceptCall()
1202 ", bg = " + mBackgroundCall.getState()); in switchAfterConferenceSuccess()
1204 if (mBackgroundCall.getState() == ImsPhoneCall.State.HOLDING) { in switchAfterConferenceSuccess()
1206 mForegroundCall.switchWith(mBackgroundCall); in switchAfterConferenceSuccess()
[all …]
DImsPhoneConnection.java737 if (mParent.getState().isRinging() || mParent == mOwner.mBackgroundCall) { in update()
DImsPhone.java438 return mCT.mBackgroundCall; in getBackgroundCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java63 private SipCall mBackgroundCall = new SipCall(); field in SipPhone
76 mBackgroundCall = new SipCall(); in SipPhone()
114 && mBackgroundCall.getState().isAlive()) { in takeIncomingCall()
229 mForegroundCall.switchWith(mBackgroundCall); in switchHoldingAndActive()
230 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold(); in switchHoldingAndActive()
248 + mBackgroundCall.getState()); in conference()
251 mForegroundCall.merge(mBackgroundCall); in conference()
280 mBackgroundCall.clearDisconnected(); in clearDisconnected()
368 : mBackgroundCall.getMute()); in getMute()
378 return mBackgroundCall; in getBackgroundCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java89 public GsmCdmaCall mBackgroundCall = new GsmCdmaCall(this); field in GsmCdmaCallTracker
133 toNotify.addAll(mBackgroundCall.getConnections());
648 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING in canConference()
649 && !mBackgroundCall.isFull() in canConference()
679 && mForegroundCall.getState().isAlive() && mBackgroundCall.getState().isAlive()) { in checkForDialIssues()
689 && mBackgroundCall.getState().isAlive()) { in checkForDialIssues()
704 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING; in canTransfer()
716 mBackgroundCall.clearDisconnected(); in internalClearDisconnected()
766 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) { in updatePhoneState()
1197 Rlog.i(LOG_TAG,"Background call: " + mBackgroundCall.toString()); in dumpState()
[all …]
DGsmCdmaConnection.java749 mParent = mOwner.mBackgroundCall; in fakeHoldBeforeDial()
977 return mOwner.mBackgroundCall; in parentFromDCState()
DServiceStateTracker.java4489 mPhone.mCT.mBackgroundCall.hangupIfAlive(); in powerOffRadioSafely()
4692 mPhone.mCT.mBackgroundCall.hangupIfAlive(); in hangupAndPowerOff()
DGsmCdmaPhone.java921 return mCT.mBackgroundCall; in getBackgroundCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java88 private ImsPhoneCall mBackgroundCall; field in ImsPhoneTest
124 mImsCT.mBackgroundCall = mBackgroundCall; in setUp()
127 doReturn(Call.State.IDLE).when(mBackgroundCall).getState(); in setUp()
171 doReturn(Call.State.ACTIVE).when(mBackgroundCall).getState(); in testHandleInCallMmiCommandCallDeflection()
173 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection()
332 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java454 assertEquals(Call.State.HOLDING, mCTUT.mBackgroundCall.getState()); in testImsMTCallAcceptHold()
554 assertEquals(Call.State.IDLE, mCTUT.mBackgroundCall.getState()); in testImsMTActiveMODial()
559 assertEquals(Call.State.IDLE, mCTUT.mBackgroundCall.getState()); in testImsMTActiveMODial()
570 assertEquals(Call.State.HOLDING, mCTUT.mBackgroundCall.getState()); in testImsMTActiveMODial()
/frameworks/base/config/
Dhiddenapi-greylist.txt1429 Lcom/android/internal/telephony/sip/SipPhone;->mBackgroundCall:Lcom/android/internal/telephony/sip/…