Searched refs:timerCount (Results 1 – 1 of 1) sorted by relevance
68 final int timerCount = constants.getSize(HealthKeys.TYPE_TIMER); in HealthStatsWriter() local69 mTimerFields = new boolean[timerCount]; in HealthStatsWriter()70 mTimerCounts = new int[timerCount]; in HealthStatsWriter()71 mTimerTimes = new long[timerCount]; in HealthStatsWriter()