Home
last modified time | relevance | path

Searched refs:getBackgroundCall (Results 1 – 15 of 15) 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.java66 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()
DSipPhone.java377 public Call getBackgroundCall() { in getBackgroundCall() method in SipPhone
981 ? (SipCall) getBackgroundCall() in separate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java259 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()
DImsPhone.java399 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/
DCallManager.java381 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()
DDefaultPhoneNotifier.java264 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
DPhoneInternalInterface.java426 Call getBackgroundCall(); in getBackgroundCall() method
DGsmCdmaPhone.java823 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()
DPhone.java2270 isVideoCallOrConference(mImsPhone.getBackgroundCall()) || in isImsVideoCallOrConferencePresent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java207 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall(); in testNotifyPreciseCallState()
DCallManagerTest.java104 doReturn(mBgCall).when(mPhone).getBackgroundCall(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java329 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1141 public Call getBackgroundCall() { in getBackgroundCall() method in PhoneMock
/frameworks/base/config/
Dboot-image-profile.txt39817 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…