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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryUtils.java51 public class BatteryUtils { class
68 private static final String TAG = "BatteryUtils";
72 private static BatteryUtils sInstance;
79 public static BatteryUtils getInstance(Context context) {
81 sInstance = new BatteryUtils(context);
87 BatteryUtils(Context context) { method in class:BatteryUtils

Completed in 62 milliseconds