Searched refs:mMeasurementValues (Results 1 – 2 of 2) sorted by relevance
102 private long[] mMeasurementValues; field in HealthStats149 mMeasurementValues = new long[count]; in HealthStats()152 mMeasurementValues[i] = in.readLong(); in HealthStats()290 return mMeasurementValues[index]; in getMeasurement()
44 private final long[] mMeasurementValues; field in HealthStatsWriter74 mMeasurementValues = new long[measurementCount]; in HealthStatsWriter()107 mMeasurementValues[index] = value; in addMeasurement()186 out.writeLong(mMeasurementValues[i]); in flattenToParcel()