Searched defs:mVideoState (Results 1 - 8 of 8) sorted by path

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java201 private final int mVideoState; field in class:Call.Details
363 return mVideoState;
397 Objects.equals(mVideoState, d.mVideoState) &&
417 Objects.hashCode(mVideoState) +
447 mVideoState = videoState;
H A DConnection.java671 private int mVideoState; field in class:Connection
729 return mVideoState;
904 mVideoState = videoState;
906 l.onVideoStateChanged(this, mVideoState);
H A DConnectionRequest.java37 private final int mVideoState; field in class:ConnectionRequest
66 mVideoState = videoState;
73 mVideoState = in.readInt();
104 return mVideoState;
141 destination.writeInt(mVideoState);
H A DParcelableCall.java54 private final int mVideoState; field in class:ParcelableCall
96 mVideoState = videoState;
223 return mVideoState;
321 destination.writeInt(mVideoState);
H A DParcelableConnection.java43 private final int mVideoState; field in class:ParcelableConnection
74 mVideoState = videoState;
116 return mVideoState;
215 destination.writeInt(mVideoState);
H A DRemoteConnection.java405 private int mVideoState; field in class:RemoteConnection
440 mVideoState = connection.getVideoState();
582 return mVideoState;
891 mVideoState = videoState;
H A DVideoProfile.java48 private final int mVideoState; field in class:VideoProfile
68 mVideoState = videoState;
81 return mVideoState;
140 dest.writeInt(mVideoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java108 private int mVideoState; field in class:Connection
468 return mVideoState;
514 mVideoState = videoState;
516 l.onVideoStateChanged(mVideoState);

Completed in 66 milliseconds