Searched refs:getBackgroundCall (Results 1 – 14 of 14) sorted by relevance
173 + mPhone.getBackgroundCall().getState()); in onPreciseCallStateChanged()338 || (mPhone.getBackgroundCall().getState() == Call.State.ACTIVE)) { in isImsCallJustEstablished()349 && !mPhone.getBackgroundCall().getState().isAlive())) { in isImsCallJustTerminated()
212 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()
668 getBackgroundCall() { in getBackgroundCall() method in ImsPhone720 } 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()
369 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()
179 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
457 Call getBackgroundCall(); in getBackgroundCall() method
1126 public GsmCdmaCall getBackgroundCall() { in getBackgroundCall() method in GsmCdmaPhone1222 } else if (getBackgroundCall().getState() != GsmCdmaCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()1400 GsmCdmaCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
3095 isVideoCallOrConference(mImsPhone.getBackgroundCall()) || in isImsVideoCallOrConferencePresent()
234 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall(); in testNotifyPreciseCallState()308 doReturn(mImsBackGroundCall).when(mImsPhone).getBackgroundCall(); in testNotifyPreciseCallStateImsCallInfo()
68 doReturn(mBgCall).when(mPhone).getBackgroundCall(); in setUp()
1814 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()
107 doReturn(mBackgroundCall).when(mImsPhone).getBackgroundCall(); in setUp()
397 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
1791 return (!phone.getBackgroundCall().isIdle() in isPhoneInVoiceCall()1792 && phone.getBackgroundCall().getState() != Call.State.DIALING) in isPhoneInVoiceCall()