Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryLevelData.java131 final List<Long> hourlyTimestampsPerDay = hourlyTimestamps.get(i); in BatteryLevelData() local
134 batteryLevelMap, hourlyTimestampsPerDay, isStartTimestamp && i == 0)); in BatteryLevelData()
218 final List<Long> hourlyTimestampsPerDay = new ArrayList<>(); in getHourlyTimestamps() local
222 hourlyTimestampsPerDay.add(startTime); in getHourlyTimestamps()
226 hourlyTimestampsPerDay.add(timestamp); in getHourlyTimestamps()
228 hourlyTimestampsPerDay.add(endTime); in getHourlyTimestamps()
230 hourlyTimestamps.add(hourlyTimestampsPerDay); in getHourlyTimestamps()