Searched defs:buildBatteryLevelInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2874 final int lastBatteryLevelInt = buildBatteryLevelInt(last);
2890 final int batteryLevelInt = buildBatteryLevelInt(cur) | includeStepDetails;
3010 private int buildBatteryLevelInt(HistoryItem h) { method in class:BatteryStatsImpl

Completed in 92 milliseconds