Home
last modified time | relevance | path

Searched defs:getBatteryInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryInfo.java162 public static void getBatteryInfo( in getBatteryInfo() method in BatteryInfo
175 public static void getBatteryInfo( in getBatteryInfo() method in BatteryInfo
221 public static BatteryInfo getBatteryInfo( in getBatteryInfo() method in BatteryInfo
291 public static BatteryInfo getBatteryInfo( in getBatteryInfo() method in BatteryInfo
345 public static BatteryInfo getBatteryInfo( in getBatteryInfo() method in BatteryInfo
DBatteryUtils.java435 public BatteryInfo getBatteryInfo(final String tag) { in getBatteryInfo() method in BatteryUtils
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java940 private BatteryInfo getBatteryInfo(boolean charging, boolean enhanced, boolean estimate) { in getBatteryInfo() method in BatteryInfoTest