HomeSort by relevance Sort by last modified time
    Searched refs:getBackgroundCall (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
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/
SipPhoneBase.java 64 public abstract Call getBackgroundCall();
216 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
219 || !getBackgroundCall().getState().isAlive());
229 Call.State backgroundCallState = getBackgroundCall().getState();
515 && getBackgroundCall().isIdle()) {
SipPhone.java 377 public Call getBackgroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 253 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
256 || !getBackgroundCall().getState().isAlive());
266 Call.State backgroundCallState = getBackgroundCall().getState();
543 && getBackgroundCall().isIdle()) {
ImsPhone.java 316 getBackgroundCall() {
340 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
343 mCT.hangup(getBackgroundCall());
495 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 133 final boolean hasHoldingCall = (callList.getBackgroundCall() != null);
CallList.java 305 public Call getBackgroundCall() {
324 call = getBackgroundCall();
InCallPresenter.java 717 callList.getBackgroundCall() != null ||
    [all...]
CallCardPresenter.java 730 retval = callList.getBackgroundCall();
    [all...]
StatusBarNotifier.java 688 CallList.getInstance().getBackgroundCall() != null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 381 mBackgroundCalls.add(phone.getBackgroundCall());
408 mBackgroundCalls.remove(phone.getBackgroundCall());
691 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
    [all...]
DefaultPhoneNotifier.java 254 Call backgroundCall = sender.getBackgroundCall();
PhoneInternalInterface.java 385 Call getBackgroundCall();
GsmCdmaPhone.java 831 public GsmCdmaCall getBackgroundCall() {
    [all...]
Phone.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 698 switchHoldingAndActive(phone.getBackgroundCall());
725 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
    [all...]
PhoneInterfaceManager.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 205 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall();
CallManagerTest.java 104 doReturn(mBgCall).when(mPhone).getBackgroundCall();
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 461 final Call backgroundCall = phone.getBackgroundCall();
463 allConnections.addAll(phone.getBackgroundCall().getConnections());
    [all...]
TelephonyConnection.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java 319 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 392 milliseconds

1 2