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

  /external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
main-feed-switching.js 66 const switchWith = Math.floor(Math.random() * this.videoElements.length);
67 const newMainSrc = this.videoElements[switchWith].srcObject;
68 this.videoElements[switchWith].srcObject = this.mainFeed.srcObject;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 350 public void switchWith(ImsPhoneCall that) {
352 Rlog.v(LOG_TAG, "switchWith : switchCall = " + this + " withCall = " + that);
ImsPhoneCallTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 147 mImsCallUT.switchWith(mImsCallThat);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 229 mForegroundCall.switchWith(mBackgroundCall);
461 void switchWith(SipCall that) {
462 if (SC_DBG) log("switchWith");
811 mForegroundCall.switchWith(mRingingCall);
    [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 389 milliseconds