Searched refs:hourlyTimestampsPerDay (Results 1 – 1 of 1) sorted by relevance
131 final List<Long> hourlyTimestampsPerDay = hourlyTimestamps.get(i); in BatteryLevelData() local134 batteryLevelMap, hourlyTimestampsPerDay, isStartTimestamp && i == 0)); in BatteryLevelData()218 final List<Long> hourlyTimestampsPerDay = new ArrayList<>(); in getHourlyTimestamps() local222 hourlyTimestampsPerDay.add(startTime); in getHourlyTimestamps()226 hourlyTimestampsPerDay.add(timestamp); in getHourlyTimestamps()228 hourlyTimestampsPerDay.add(endTime); in getHourlyTimestamps()230 hourlyTimestamps.add(hourlyTimestampsPerDay); in getHourlyTimestamps()