Searched refs:hourDataSize (Results 1 – 1 of 1) sorted by relevance
342 final int hourDataSize = oneDayData.getLevels().size(); in convertToBatteryEventList() local343 for (int hourIndex = 0; hourIndex < hourDataSize; hourIndex++) { in convertToBatteryEventList()346 if (dailyIndex < dailyDataSize - 1 && hourIndex == hourDataSize - 1) { in convertToBatteryEventList()