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

  /frameworks/base/telecomm/java/android/telecom/
VideoProfile.java 48 private final int mVideoState;
68 mVideoState = videoState;
81 return mVideoState;
140 dest.writeInt(mVideoState);
ConnectionRequest.java 37 private final int mVideoState;
66 mVideoState = videoState;
73 mVideoState = in.readInt();
104 return mVideoState;
141 destination.writeInt(mVideoState);
ParcelableConnection.java 43 private final int mVideoState;
74 mVideoState = videoState;
116 return mVideoState;
215 destination.writeInt(mVideoState);
ParcelableCall.java 54 private final int mVideoState;
96 mVideoState = videoState;
223 return mVideoState;
321 destination.writeInt(mVideoState);
Call.java 201 private final int mVideoState;
363 return mVideoState;
397 Objects.equals(mVideoState, d.mVideoState) &&
417 Objects.hashCode(mVideoState) +
447 mVideoState = videoState;
    [all...]
RemoteConnection.java 405 private int mVideoState;
440 mVideoState = connection.getVideoState();
582 return mVideoState;
891 mVideoState = videoState;
    [all...]
Connection.java 671 private int mVideoState;
729 return mVideoState;
904 mVideoState = videoState;
906 l.onVideoStateChanged(this, mVideoState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 108 private int mVideoState;
468 return mVideoState;
514 mVideoState = videoState;
516 l.onVideoStateChanged(mVideoState);
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 248 private int mVideoState;
    [all...]

Completed in 178 milliseconds