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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 66 public abstract Call getBackgroundCall();
218 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
221 || !getBackgroundCall().getState().isAlive());
231 Call.State backgroundCallState = getBackgroundCall().getState();
518 && getBackgroundCall().isIdle()) {
SipPhone.java 377 public Call getBackgroundCall() {
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
CallList.java 417 public DialerCall getBackgroundCall() {
436 call = getBackgroundCall();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 376 Call getBackgroundCall();
CallManager.java 381 mBackgroundCalls.add(phone.getBackgroundCall());
408 mBackgroundCalls.remove(phone.getBackgroundCall());
691 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
    [all...]
GsmCdmaPhone.java 831 public GsmCdmaCall getBackgroundCall() {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 697 switchHoldingAndActive(phone.getBackgroundCall());
724 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 337 getBackgroundCall() {
361 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
364 mCT.hangup(getBackgroundCall());
554 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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 483 milliseconds