Searched refs:mMeasurementsKeys (Results 1 – 2 of 2) sorted by relevance
114 private int[] mMeasurementsKeys; field in HealthStats177 mMeasurementsKeys = new int[count]; in HealthStats()180 mMeasurementsKeys[i] = in.readInt(); in HealthStats()403 return getIndex(mMeasurementsKeys, key) >= 0; in hasMeasurements()413 final int index = getIndex(mMeasurementsKeys, key); in getMeasurements()428 return mMeasurementsKeys.length; in getMeasurementsKeyCount()439 return mMeasurementsKeys[index]; in getMeasurementsKeyAt()
49966 Landroid/os/health/HealthStats;->mMeasurementsKeys:[I