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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 34 private final int mVideoState;
80 mVideoState = videoState;
88 mVideoState = in.readInt();
119 return mVideoState;
166 destination.writeInt(mVideoState);
ParcelableConference.java 41 private final int mVideoState;
63 mVideoState = videoState;
85 .append(mVideoState)
119 return mVideoState;
175 destination.writeInt(mVideoState);
ParcelableCall.java 55 private final int mVideoState;
101 mVideoState = videoState;
230 return mVideoState;
354 destination.writeInt(mVideoState);
ParcelableConnection.java 45 private final int mVideoState;
82 mVideoState = videoState;
141 return mVideoState;
258 destination.writeInt(mVideoState);
VideoProfile.java 119 private final int mVideoState;
139 mVideoState = videoState;
153 return mVideoState;
213 dest.writeInt(mVideoState);
221 sb.append(videoStateToString(mVideoState));
VideoCallImpl.java 45 private int mVideoState = VideoProfile.STATE_AUDIO_ONLY;
294 VideoProfile originalProfile = new VideoProfile(mVideoState, mVideoQuality);
338 mVideoState = videoState;
ParcelableCallAnalytics.java 55 private int mVideoState;
60 mVideoState = videoState;
66 mVideoState = in.readInt();
78 return mVideoState;
90 out.writeInt(mVideoState);
RemoteConnection.java 603 private int mVideoState;
640 mVideoState = connection.getVideoState();
    [all...]
Call.java 330 private final int mVideoState;
566 return mVideoState;
607 Objects.equals(mVideoState, d.mVideoState) &&
628 Objects.hashCode(mVideoState) +
662 mVideoState = videoState;
    [all...]
Connection.java     [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.h 59 MDS_VIDEO_STATE mVideoState;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
GlowPadWrapper.java 53 private int mVideoState = VideoProfile.STATE_BIDIRECTIONAL;
125 mAnswerFragment.onAnswer(mVideoState, getContext());
156 mVideoState = videoState;
VideoPauseController.java 47 mVideoState = call.getVideoState();
55 return mVideoState;
60 mCall.getId(), mState, mVideoState);
68 private int mVideoState;
Call.java 371 private int mVideoState;
593 boolean isVideoStateChanged = mVideoState != newVideoState;
601 mVideoState = newVideoState;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 188 private int mVideoState;
653 return mVideoState;
738 mVideoState = videoState;
740 l.onVideoStateChanged(mVideoState);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 74 int mVideoState = INVALID_VIDEO_STATE;
89 mVideoState == INVALID_VIDEO_STATE ? request.getVideoState() : mVideoState,
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 284 private int mVideoState;
656 mVideoStateHistory = mVideoStateHistory | mVideoState;
669 mVideoStateHistory |= mVideoState;
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 833 milliseconds