Home | History | Annotate | Download | only in display

Lines Matching refs:userId

46     public final int userId;
78 int userId, float[] luxValues, long[] luxTimestamps, float batteryLevel,
84 this.userId = userId;
101 this.userId = other.userId;
117 userId = source.readInt();
149 dest.writeInt(userId);
195 /** {@see BrightnessChangeEvent#userId} */
196 public Builder setUserId(int userId) {
197 mUserId = userId;