Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsNrSaModeHandler.java173 + mPhone.getBackgroundCall().getState()); in onPreciseCallStateChanged()
338 || (mPhone.getBackgroundCall().getState() == Call.State.ACTIVE)) { in isImsCallJustEstablished()
349 && !mPhone.getBackgroundCall().getState().isAlive())) { in isImsCallJustTerminated()
DImsPhoneBase.java212 ImsPhoneCall backgroundCall = (ImsPhoneCall) getBackgroundCall(); in notifyPreciseCallStateToNotifier()
279 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial()
282 || !getBackgroundCall().getState().isAlive()); in canDial()
292 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
571 && getBackgroundCall().isIdle()) { in updatePhoneState()
DImsPhone.java668 getBackgroundCall() { in getBackgroundCall() method in ImsPhone
720 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
723 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
820 } else if (getBackgroundCall().getState() == ImsPhoneCall.State.HOLDING) { in handleCallHoldIncallSupplementaryService()
930 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
1624 connList.addAll(getBackgroundCall().getConnections()); in getHandoverConnection()
2758 getBackgroundCall().getState() != Call.State.IDLE); in hasAliveCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java369 mBackgroundCalls.add(phone.getBackgroundCall()); in registerPhone()
397 mBackgroundCalls.remove(phone.getBackgroundCall()); in unregisterPhone()
790 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle()); in dial()
1793 : mDefaultPhone.getBackgroundCall(); in getFirstActiveBgCall()
1815 return phone.getBackgroundCall(); in getFirstActiveBgCall()
1821 : phone.getBackgroundCall(); in getFirstActiveBgCall()
DDefaultPhoneNotifier.java179 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
DPhoneInternalInterface.java457 Call getBackgroundCall(); in getBackgroundCall() method
DGsmCdmaPhone.java1126 public GsmCdmaCall getBackgroundCall() { in getBackgroundCall() method in GsmCdmaPhone
1222 } else if (getBackgroundCall().getState() != GsmCdmaCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
1400 GsmCdmaCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
DPhone.java3095 isVideoCallOrConference(mImsPhone.getBackgroundCall()) || in isImsVideoCallOrConferencePresent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java234 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall(); in testNotifyPreciseCallState()
308 doReturn(mImsBackGroundCall).when(mImsPhone).getBackgroundCall(); in testNotifyPreciseCallStateImsCallInfo()
DCallManagerTest.java68 doReturn(mBgCall).when(mPhone).getBackgroundCall(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java1814 doReturn(testImsPhoneCall).when(testImsPhone).getBackgroundCall(); in testReceivingImsRegistrationTech()
1912 doReturn(mInactiveCall).when(mPhone).getBackgroundCall(); in setAllPhonesInactive()
1915 doReturn(mInactiveCall).when(mPhone2).getBackgroundCall(); in setAllPhonesInactive()
1918 doReturn(mInactiveCall).when(mImsPhone).getBackgroundCall(); in setAllPhonesInactive()
1947 doReturn(mHoldingCall).when(phone).getBackgroundCall(); in notifyPhoneAsInHoldingCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsNrSaModeHandlerTest.java107 doReturn(mBackgroundCall).when(mImsPhone).getBackgroundCall(); in setUp()
DImsPhoneTest.java397 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java1791 return (!phone.getBackgroundCall().isIdle() in isPhoneInVoiceCall()
1792 && phone.getBackgroundCall().getState() != Call.State.DIALING) in isPhoneInVoiceCall()