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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 39 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
80 this.mVideoState = videoState;
130 mVideoState,
141 private final int mVideoState;
210 mVideoState = videoState;
221 mVideoState = in.readInt();
255 return mVideoState;
368 destination.writeInt(mVideoState);
ParcelableConference.java 41 private final int mVideoState;
64 mVideoState = videoState;
87 .append(mVideoState)
126 return mVideoState;
183 destination.writeInt(mVideoState);
ParcelableConnection.java 46 private final int mVideoState;
118 mVideoState = videoState;
183 return mVideoState;
316 destination.writeInt(mVideoState);
VideoProfile.java 120 private final int mVideoState;
140 mVideoState = videoState;
154 return mVideoState;
214 dest.writeInt(mVideoState);
222 sb.append(videoStateToString(mVideoState));
ParcelableCall.java 58 private final int mVideoState;
112 mVideoState = videoState;
262 return mVideoState;
401 destination.writeInt(mVideoState);
VideoCallImpl.java 46 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
307 VideoProfile originalProfile = new VideoProfile(mVideoState, mVideoQuality);
351 mVideoState = videoState;
ParcelableCallAnalytics.java 55 private int mVideoState;
60 mVideoState = videoState;
66 mVideoState = in.readInt();
78 return mVideoState;
90 out.writeInt(mVideoState);
RemoteConnection.java 648 private int mVideoState;
685 mVideoState = connection.getVideoState();
    [all...]
Call.java 451 private final int mVideoState;
706 return mVideoState;
759 Objects.equals(mVideoState, d.mVideoState) &&
780 mVideoState,
    [all...]
Connection.java     [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.h 59 MDS_VIDEO_STATE mVideoState;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 204 private int mVideoState;
696 return mVideoState;
790 mVideoState = videoState;
792 l.onVideoStateChanged(mVideoState);
    [all...]
PhoneInternalInterface.java 73 protected int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
82 mVideoState = videoState;
107 this.videoState = b.mVideoState;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 76 int mVideoState = INVALID_VIDEO_STATE;
95 mVideoState == INVALID_VIDEO_STATE ? request.getVideoState() : mVideoState,
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 345 private int mVideoState;
    [all...]
CallsManager.java     [all...]
  /external/robolectric/v3/runtime/
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-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 373 milliseconds