Searched refs:mMeasurementValues (Results 1 – 2 of 2) sorted by relevance
103 private long[] mMeasurementValues; field in HealthStats151 mMeasurementValues = new long[count]; in HealthStats()154 mMeasurementValues[i] = in.readLong(); in HealthStats()292 return mMeasurementValues[index]; in getMeasurement()
46 private final long[] mMeasurementValues; field in HealthStatsWriter76 mMeasurementValues = new long[measurementCount]; in HealthStatsWriter()109 mMeasurementValues[index] = value; in addMeasurement()188 out.writeLong(mMeasurementValues[i]); in flattenToParcel()