Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1949 final int lastBatteryLevelInt = buildBatteryLevelInt(last); in writeHistoryDelta()
1961 final int batteryLevelInt = buildBatteryLevelInt(cur); in writeHistoryDelta()
2045 private int buildBatteryLevelInt(HistoryItem h) { in buildBatteryLevelInt() method in BatteryStatsImpl