Searched defs:mTimerTimes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/health/
H A DHealthStatsWriter.java40 private final long[] mTimerTimes; field in class:HealthStatsWriter
69 mTimerTimes = new long[timerCount];
97 mTimerTimes[index] = time;
176 out.writeLong(mTimerTimes[i]);
H A DHealthStats.java98 private long[] mTimerTimes; field in class:HealthStats
139 mTimerTimes = new long[count];
143 mTimerTimes[i] = in.readLong();
218 return new TimerStat(mTimerCounts[index], mTimerTimes[index]);
248 return mTimerTimes[index];

Completed in 96 milliseconds