Searched refs:currentSlot (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | DataProcessor.java | 1139 final long currentSlot, in interpolateHistoryForSlot() argument 1143 final long[] nearestTimestamps = findNearestTimestamp(rawTimestampList, currentSlot); in interpolateHistoryForSlot() 1148 log(context, "job scheduler is delayed", currentSlot, null); in interpolateHistoryForSlot() 1149 resultMap.put(currentSlot, new ArrayMap<>()); in interpolateHistoryForSlot() 1153 if ((upperTimestamp - currentSlot) in interpolateHistoryForSlot() 1155 log(context, "force align into the nearest slot", currentSlot, null); in interpolateHistoryForSlot() 1156 resultMap.put(currentSlot, batteryHistoryMap.get(upperTimestamp)); in interpolateHistoryForSlot() 1161 log(context, "no lower timestamp slot data", currentSlot, null); in interpolateHistoryForSlot() 1162 resultMap.put(currentSlot, new ArrayMap<>()); in interpolateHistoryForSlot() 1166 context, currentSlot, lowerTimestamp, upperTimestamp, batteryHistoryMap, resultMap); in interpolateHistoryForSlot() [all …]
|