Home
last modified time | relevance | path

Searched defs:batteryLevelInt (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistoryIterator.java91 final int batteryLevelInt; in readHistoryDelta() local
229 private static void readBatteryLevelInt(int batteryLevelInt, BatteryStats.HistoryItem out) { in readBatteryLevelInt()
DBatteryStatsImpl.java4158 final int batteryLevelInt = buildBatteryLevelInt(cur) | includeStepDetails; in writeHistoryDelta() local
4293 private void readBatteryLevelInt(int batteryLevelInt, HistoryItem out) { in readBatteryLevelInt()