Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessor.java1113 final List<Long> expectedTimestampSlots, in interpolateHistory() argument
1116 if (rawTimestampList.isEmpty() || expectedTimestampSlots.isEmpty()) { in interpolateHistory()
1119 final int expectedTimestampSlotsSize = expectedTimestampSlots.size(); in interpolateHistory()
1120 final long startTimestamp = expectedTimestampSlots.get(0); in interpolateHistory()
1121 final long endTimestamp = expectedTimestampSlots.get(expectedTimestampSlotsSize - 1); in interpolateHistory()
1127 expectedTimestampSlots.get(index), in interpolateHistory()