Searched refs:newHistEntryMap (Results 1 – 1 of 1) sorted by relevance
1201 final Map<String, BatteryHistEntry> newHistEntryMap = new ArrayMap<>(); in interpolateHistoryForSlot() local1215 newHistEntryMap.put(entryKey, upperEntry); in interpolateHistoryForSlot()1227 newHistEntryMap.put(entryKey, newEntry); in interpolateHistoryForSlot()1233 resultMap.put(currentSlot, newHistEntryMap); in interpolateHistoryForSlot()