Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken147 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
151 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
178 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
183 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
210 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
214 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
237 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
241 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
262 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
266 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java60 public abstract Call getBackgroundCall(); in getBackgroundCall() method in SipPhoneBase
194 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial()
197 || !getBackgroundCall().getState().isAlive()); in canDial()
207 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
501 && getBackgroundCall().isIdle()) { in updatePhoneState()
DSipPhone.java385 public Call getBackgroundCall() { in getBackgroundCall() method in SipPhone
995 ? (SipCall) getBackgroundCall() in separate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java240 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial()
243 || !getBackgroundCall().getState().isAlive()); in canDial()
253 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
538 && getBackgroundCall().isIdle()) { in updatePhoneState()
DImsPhone.java582 getBackgroundCall() { in getBackgroundCall() method in ImsPhone
629 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
632 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
725 } else if (getBackgroundCall().getState() == ImsPhoneCall.State.HOLDING) { in handleCallHoldIncallSupplementaryService()
835 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
1522 connList.addAll(getBackgroundCall().getConnections()); in getHandoverConnection()
2435 getBackgroundCall().getState() != Call.State.IDLE); in hasAliveCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java367 mBackgroundCalls.add(phone.getBackgroundCall()); in registerPhone()
395 mBackgroundCalls.remove(phone.getBackgroundCall()); in unregisterPhone()
795 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle()); in dial()
1804 : mDefaultPhone.getBackgroundCall(); in getFirstActiveBgCall()
1827 return phone.getBackgroundCall(); in getFirstActiveBgCall()
1833 : phone.getBackgroundCall(); in getFirstActiveBgCall()
DPhoneInternalInterface.java409 Call getBackgroundCall(); in getBackgroundCall() method
DDefaultPhoneNotifier.java160 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
DPhoneSwitcher.java1340 || phone.getBackgroundCall().getState() == Call.State.HOLDING); in isPhoneInVoiceCall()
DGsmCdmaPhone.java1004 public GsmCdmaCall getBackgroundCall() { in getBackgroundCall() method in GsmCdmaPhone
1072 } else if (getBackgroundCall().getState() != GsmCdmaCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
1250 GsmCdmaCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
DPhone.java2727 isVideoCallOrConference(mImsPhone.getBackgroundCall()) || in isImsVideoCallOrConferencePresent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java119 mBgCsCalls[i] = (GsmCdmaCall) PhoneFactory.getPhone(i).getBackgroundCall(); in VendorPhoneSwitcher()
125 mBgImsCalls[i] = mImsPhones[i].getBackgroundCall(); in VendorPhoneSwitcher()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSwitcherTest.java1003 doReturn(mInactiveCall).when(mPhone).getBackgroundCall(); in setAllPhonesInactive()
1006 doReturn(mInactiveCall).when(mPhone2).getBackgroundCall(); in setAllPhonesInactive()
1017 doReturn(mHoldingCall).when(phone).getBackgroundCall(); in notifyPhoneAsInHoldingCall()
DDefaultPhoneNotifierTest.java203 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall(); in testNotifyPreciseCallState()
DCallManagerTest.java70 doReturn(mBgCall).when(mPhone).getBackgroundCall(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java361 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
/frameworks/base/config/
Dboot-image-profile.txt22029 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getBackgroundCall()Lcom/android/internal/telephon…
22030 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getBackgroundCall()Lcom/android/internal/telephon…
23530 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getBackgroundCall()Lcom/android/internal/tel…
23531 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getBackgroundCall()Lcom/android/internal/tel…