Searched refs:batteryHistEntryMap (Results 1 – 1 of 1) sorted by relevance
361 Map batteryHistEntryMap = resultMap.get(timestamp); in getHistoryMapSinceQueryTimestamp() local363 if (batteryHistEntryMap == null) { in getHistoryMapSinceQueryTimestamp()364 batteryHistEntryMap = new ArrayMap(); in getHistoryMapSinceQueryTimestamp()365 resultMap.put(timestamp, batteryHistEntryMap); in getHistoryMapSinceQueryTimestamp()367 batteryHistEntryMap.put(key, entry); in getHistoryMapSinceQueryTimestamp()