Searched refs:historyTagCount (Results 1 – 1 of 1) sorted by relevance
340 int historyTagCount = source.readInt(); in BatteryUsageStats() local341 mHistoryTagPool = new ArrayList<>(historyTagCount); in BatteryUsageStats()342 for (int i = 0; i < historyTagCount; i++) { in BatteryUsageStats()