Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDatabaseUtils.java361 Map batteryHistEntryMap = resultMap.get(timestamp); in getHistoryMapSinceQueryTimestamp() local
363 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()