/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTrackerTest.java | 109 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()
|
D | GsmCdmaConnectionTest.java | 47 mCT.mBackgroundCall = new GsmCdmaCall(mCT); in setUp()
|
D | GsmCdmaPhoneTest.java | 299 mCT.mBackgroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands() 327 mCT.mBackgroundCall = mGsmCdmaCall; in testDial()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 187 + " 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 …]
|
D | ImsPhoneConnection.java | 737 if (mParent.getState().isRinging() || mParent == mOwner.mBackgroundCall) { in update()
|
D | ImsPhone.java | 438 return mCT.mBackgroundCall; in getBackgroundCall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 63 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/ |
D | GsmCdmaCallTracker.java | 89 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 …]
|
D | GsmCdmaConnection.java | 749 mParent = mOwner.mBackgroundCall; in fakeHoldBeforeDial() 977 return mOwner.mBackgroundCall; in parentFromDCState()
|
D | ServiceStateTracker.java | 4489 mPhone.mCT.mBackgroundCall.hangupIfAlive(); in powerOffRadioSafely() 4692 mPhone.mCT.mBackgroundCall.hangupIfAlive(); in hangupAndPowerOff()
|
D | GsmCdmaPhone.java | 921 return mCT.mBackgroundCall; in getBackgroundCall()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 88 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()
|
D | ImsPhoneCallTrackerTest.java | 454 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/ |
D | hiddenapi-greylist.txt | 1429 Lcom/android/internal/telephony/sip/SipPhone;->mBackgroundCall:Lcom/android/internal/telephony/sip/…
|