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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 63 private SipCall mBackgroundCall = new SipCall();
76 mBackgroundCall = new SipCall();
114 && mBackgroundCall.getState().isAlive()) {
229 mForegroundCall.switchWith(mBackgroundCall);
230 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold();
248 + mBackgroundCall.getState());
251 mForegroundCall.merge(mBackgroundCall);
280 mBackgroundCall.clearDisconnected();
368 : mBackgroundCall.getMute())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 84 public GsmCdmaCall mBackgroundCall = new GsmCdmaCall(this);
125 toNotify.addAll(mBackgroundCall.getConnections());
609 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING
610 && !mBackgroundCall.isFull()
625 || !mBackgroundCall.getState().isAlive()
645 !mBackgroundCall.getState().isAlive()));
656 && mBackgroundCall.getState() == GsmCdmaCall.State.HOLDING;
668 mBackgroundCall.clearDisconnected();
715 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
    [all...]
ServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java 83 private ImsPhoneCall mBackgroundCall;
119 mImsCT.mBackgroundCall = mBackgroundCall;
122 doReturn(Call.State.IDLE).when(mBackgroundCall).getState();
166 doReturn(Call.State.ACTIVE).when(mBackgroundCall).getState();
168 verify(mImsCT).hangup(mBackgroundCall);
329 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 170 + " bg = " + mBackgroundCall.getState());
203 || (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
293 public ImsPhoneCall mBackgroundCall = new ImsPhoneCall(this,
    [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 126 milliseconds