Home
last modified time | relevance | path

Searched refs:getBackgroundCall (Results 1 – 14 of 14) 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.java64 public abstract Call getBackgroundCall(); in getBackgroundCall() method in SipPhoneBase
216 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial()
219 || !getBackgroundCall().getState().isAlive()); in canDial()
229 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
515 && getBackgroundCall().isIdle()) { in updatePhoneState()
DSipPhone.java377 public Call getBackgroundCall() { in getBackgroundCall() method in SipPhone
978 ? (SipCall) getBackgroundCall() in separate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java253 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial()
256 || !getBackgroundCall().getState().isAlive()); in canDial()
266 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
543 && getBackgroundCall().isIdle()) { in updatePhoneState()
DImsPhone.java316 getBackgroundCall() { in getBackgroundCall() method in ImsPhone
340 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
343 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
495 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
1025 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()
1931 : mDefaultPhone.getBackgroundCall(); in getFirstActiveBgCall()
1953 return phone.getBackgroundCall(); in getFirstActiveBgCall()
1959 : phone.getBackgroundCall(); in getFirstActiveBgCall()
2405 call = phone.getBackgroundCall(); in toString()
DPhoneInternalInterface.java385 Call getBackgroundCall(); in getBackgroundCall() method
DDefaultPhoneNotifier.java254 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
DGsmCdmaPhone.java831 public GsmCdmaCall getBackgroundCall() { in getBackgroundCall() method in GsmCdmaPhone
866 } else if (getBackgroundCall().getState() != GsmCdmaCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
1042 GsmCdmaCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
DPhone.java2073 isVideoCall(mImsPhone.getBackgroundCall()) || in isVideoCallPresent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java205 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.java319 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall()); in testGettersAndPassThroughs()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1129 public Call getBackgroundCall() { in getBackgroundCall() method in PhoneMock