Home
last modified time | relevance | path

Searched refs:countObjectArray (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/health/
DHealthStatsWriter.java193 out.writeInt(countObjectArray(mStatsValues)); in flattenToParcel()
203 out.writeInt(countObjectArray(mTimersValues)); in flattenToParcel()
213 out.writeInt(countObjectArray(mMeasurementsValues)); in flattenToParcel()
240 private static <T extends Object> int countObjectArray(T[] fields) { in countObjectArray() method in HealthStatsWriter