Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/health/
DHealthStats.java99 private long[] mTimerTimes; field in HealthStats
141 mTimerTimes = new long[count]; in HealthStats()
145 mTimerTimes[i] = in.readLong(); in HealthStats()
220 return new TimerStat(mTimerCounts[index], mTimerTimes[index]); in getTimer()
250 return mTimerTimes[index]; in getTimerTime()
DHealthStatsWriter.java42 private final long[] mTimerTimes; field in HealthStatsWriter
71 mTimerTimes = new long[timerCount]; in HealthStatsWriter()
99 mTimerTimes[index] = time; in addTimer()
178 out.writeLong(mTimerTimes[i]); in flattenToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt49975 Landroid/os/health/HealthStats;->mTimerTimes:[J
49989 Landroid/os/health/HealthStatsWriter;->mTimerTimes:[J