Searched refs:lowerTimestamp (Results 1 – 2 of 2) sorted by relevance
1136 final long lowerTimestamp = nearestTimestamps[0]; in interpolateHistoryForSlot() local1152 if (lowerTimestamp == 0) { in interpolateHistoryForSlot()1158 context, currentSlot, lowerTimestamp, upperTimestamp, batteryHistoryMap, resultMap); in interpolateHistoryForSlot()1164 final long lowerTimestamp, in interpolateHistoryForSlot() argument1169 batteryHistoryMap.get(lowerTimestamp); in interpolateHistoryForSlot()1180 if (lowerTimestamp < upperEntryDataBootTimestamp in interpolateHistoryForSlot()1194 final double timestampLength = upperTimestamp - lowerTimestamp; in interpolateHistoryForSlot()1195 final double timestampDiff = currentSlot - lowerTimestamp; in interpolateHistoryForSlot()
203 final long lowerTimestamp = 100L; in testInterpolate_returnExpectedResult() local208 lowerTimestamp, in testInterpolate_returnExpectedResult()