/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 147 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/ |
D | SipPhoneBase.java | 60 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()
|
D | SipPhone.java | 385 public Call getBackgroundCall() { in getBackgroundCall() method in SipPhone 995 ? (SipCall) getBackgroundCall() in separate()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 240 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()
|
D | ImsPhone.java | 582 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/ |
D | CallManager.java | 367 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()
|
D | PhoneInternalInterface.java | 409 Call getBackgroundCall(); in getBackgroundCall() method
|
D | DefaultPhoneNotifier.java | 160 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
|
D | PhoneSwitcher.java | 1340 || phone.getBackgroundCall().getState() == Call.State.HOLDING); in isPhoneInVoiceCall()
|
D | GsmCdmaPhone.java | 1004 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()
|
D | Phone.java | 2727 isVideoCallOrConference(mImsPhone.getBackgroundCall()) || in isImsVideoCallOrConferencePresent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorPhoneSwitcher.java | 119 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/ |
D | PhoneSwitcherTest.java | 1003 doReturn(mInactiveCall).when(mPhone).getBackgroundCall(); in setAllPhonesInactive() 1006 doReturn(mInactiveCall).when(mPhone2).getBackgroundCall(); in setAllPhonesInactive() 1017 doReturn(mHoldingCall).when(phone).getBackgroundCall(); in notifyPhoneAsInHoldingCall()
|
D | DefaultPhoneNotifierTest.java | 203 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall(); in testNotifyPreciseCallState()
|
D | CallManagerTest.java | 70 doReturn(mBgCall).when(mPhone).getBackgroundCall(); in setUp()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 361 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22029 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…
|