Searched defs:mVideoState (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java34 private final int mVideoState; field in class:ConnectionRequest
62 mVideoState = videoState;
69 mVideoState = in.readInt();
99 return mVideoState;
136 destination.writeInt(mVideoState);
H A DParcelableConference.java40 private final int mVideoState; field in class:ParcelableConference
60 mVideoState = videoState;
80 .append(mVideoState)
110 return mVideoState;
164 destination.writeInt(mVideoState);
H A DParcelableConnection.java44 private final int mVideoState; field in class:ParcelableConnection
79 mVideoState = videoState;
123 return mVideoState;
236 destination.writeInt(mVideoState);
H A DVideoProfile.java101 private final int mVideoState; field in class:VideoProfile
121 mVideoState = videoState;
134 return mVideoState;
193 dest.writeInt(mVideoState);
201 sb.append(videoStateToString(mVideoState));
H A DParcelableCall.java55 private final int mVideoState; field in class:ParcelableCall
101 mVideoState = videoState;
229 return mVideoState;
353 destination.writeInt(mVideoState);
H A DRemoteConnection.java580 private int mVideoState; field in class:RemoteConnection
616 mVideoState = connection.getVideoState();
775 return mVideoState;
1152 mVideoState = videoState;
H A DCall.java253 private final int mVideoState; field in class:Call.Details
472 return mVideoState;
513 Objects.equals(mVideoState, d.mVideoState) &&
534 Objects.hashCode(mVideoState) +
566 mVideoState = videoState;
H A DConnection.java1078 private int mVideoState; field in class:Connection
1137 return mVideoState;
1343 mVideoState = videoState;
1345 l.onVideoStateChanged(this, mVideoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java120 private int mVideoState; field in class:Connection
511 return mVideoState;
577 mVideoState = videoState;
579 l.onVideoStateChanged(mVideoState);

Completed in 148 milliseconds