HomeSort by relevance Sort by last modified time
    Searched defs:getBackgroundCall (Results 1 - 16 of 16) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 66 public abstract Call getBackgroundCall();
211 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
214 || !getBackgroundCall().getState().isAlive());
224 Call.State backgroundCallState = getBackgroundCall().getState();
516 && getBackgroundCall().isIdle()) {
SipPhone.java 377 public Call getBackgroundCall() {
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
CallList.java 459 public DialerCall getBackgroundCall() {
478 call = getBackgroundCall();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 426 Call getBackgroundCall();
    [all...]
CallManager.java 381 mBackgroundCalls.add(phone.getBackgroundCall());
408 mBackgroundCalls.remove(phone.getBackgroundCall());
691 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
    [all...]
GsmCdmaPhone.java 823 public GsmCdmaCall getBackgroundCall() {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 690 switchHoldingAndActive(phone.getBackgroundCall());
717 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 399 getBackgroundCall() {
428 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
431 mCT.hangup(getBackgroundCall());
621 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /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 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 81 milliseconds