Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/health/
DHealthStatsWriter.java68 final int timerCount = constants.getSize(HealthKeys.TYPE_TIMER); in HealthStatsWriter() local
69 mTimerFields = new boolean[timerCount]; in HealthStatsWriter()
70 mTimerCounts = new int[timerCount]; in HealthStatsWriter()
71 mTimerTimes = new long[timerCount]; in HealthStatsWriter()