Searched refs:mTimerTimes (Results 1 – 3 of 3) sorted by relevance
99 private long[] mTimerTimes; field in HealthStats141 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()
42 private final long[] mTimerTimes; field in HealthStatsWriter71 mTimerTimes = new long[timerCount]; in HealthStatsWriter()99 mTimerTimes[index] = time; in addTimer()178 out.writeLong(mTimerTimes[i]); in flattenToParcel()
49975 Landroid/os/health/HealthStats;->mTimerTimes:[J49989 Landroid/os/health/HealthStatsWriter;->mTimerTimes:[J