/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 | 66 public abstract Call getBackgroundCall(); in getBackgroundCall() method in SipPhoneBase 211 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial() 214 || !getBackgroundCall().getState().isAlive()); in canDial() 224 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall() 516 && getBackgroundCall().isIdle()) { in updatePhoneState()
|
D | SipPhone.java | 377 public Call getBackgroundCall() { in getBackgroundCall() method in SipPhone 981 ? (SipCall) getBackgroundCall() in separate()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 259 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial() 262 || !getBackgroundCall().getState().isAlive()); in canDial() 272 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall() 561 && getBackgroundCall().isIdle()) { in updatePhoneState()
|
D | ImsPhone.java | 399 getBackgroundCall() { in getBackgroundCall() method in ImsPhone 428 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService() 431 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService() 621 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall() 1227 connList.addAll(getBackgroundCall().mConnections); in getHandoverConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallManager.java | 381 mBackgroundCalls.add(phone.getBackgroundCall()); in registerPhone() 408 mBackgroundCalls.remove(phone.getBackgroundCall()); in unregisterPhone() 691 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle()); in acceptCall() 943 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle()); in dial() 1936 : mDefaultPhone.getBackgroundCall(); in getFirstActiveBgCall() 1958 return phone.getBackgroundCall(); in getFirstActiveBgCall() 1964 : phone.getBackgroundCall(); in getFirstActiveBgCall() 2410 call = phone.getBackgroundCall(); in toString()
|
D | DefaultPhoneNotifier.java | 264 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
|
D | PhoneInternalInterface.java | 426 Call getBackgroundCall(); in getBackgroundCall() method
|
D | GsmCdmaPhone.java | 823 public GsmCdmaCall getBackgroundCall() { in getBackgroundCall() method in GsmCdmaPhone 858 } else if (getBackgroundCall().getState() != GsmCdmaCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService() 1034 GsmCdmaCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
|
D | Phone.java | 2270 isVideoCallOrConference(mImsPhone.getBackgroundCall()) || in isImsVideoCallOrConferencePresent()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 207 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall(); in testNotifyPreciseCallState()
|
D | CallManagerTest.java | 104 doReturn(mBgCall).when(mPhone).getBackgroundCall(); in setUp()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 329 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 1141 public Call getBackgroundCall() { in getBackgroundCall() method in PhoneMock
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 39817 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getBackgroundCall()Lcom/android/internal/telephon… 39818 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getBackgroundCall()Lcom/android/internal/telephon… 41445 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getBackgroundCall()Lcom/android/internal/tel… 41446 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getBackgroundCall()Lcom/android/internal/tel…
|