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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 79 public Builder setVideoState(int videoState) {
ConnectionServiceAdapter.java 392 void setVideoState(String callId, int videoState) {
393 Log.v(this, "setVideoState: %d", videoState);
396 adapter.setVideoState(callId, videoState, Log.getExternalSession());
VideoCallImpl.java 350 public void setVideoState(int videoState) {
Conference.java 479 public final void setVideoState(Connection c, int videoState) {
480 Log.d(this, "setVideoState Conference: %s Connection: %s VideoState: %s",
ConnectionService.java     [all...]
RemoteConnection.java     [all...]
Connection.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
AnalyticsTests.java 250 ((VideoCallImpl) videoCall).setVideoState(VideoProfile.STATE_BIDIRECTIONAL);
ConnectionServiceFixture.java 158 setVideoState(videoState);
587 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/);
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java 209 mConferenceObject.setVideoState(mConnection1, VideoProfile.STATE_BIDIRECTIONAL);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 789 public void setVideoState(int videoState) {
    [all...]
PhoneInternalInterface.java 81 public T setVideoState(int videoState) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 575 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) {
580 logIncoming("setVideoState %s %d", callId, videoState);
583 call.setVideoState(videoState);
    [all...]
Call.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 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 177 milliseconds