Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHistoryIterator.java104 final int batteryLevelInt; in readHistoryDelta() local
259 private static void readBatteryLevelInt(int batteryLevelInt, BatteryStats.HistoryItem out) { in readBatteryLevelInt()
H A DBatteryStatsImpl.java3468 final int batteryLevelInt = buildBatteryLevelInt(cur) | includeStepDetails; in writeHistoryDelta() local
3591 private void readBatteryLevelInt(int batteryLevelInt, HistoryItem out) { in readBatteryLevelInt()