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

/frameworks/base/core/java/android/os/
H A DBatteryProperties.java33 public int batteryCurrentNow; field in class:BatteryProperties
52 batteryCurrentNow = p.readInt();
67 p.writeInt(batteryCurrentNow);
/frameworks/native/include/batteryservice/
H A DBatteryService.h55 int batteryCurrentNow; member in struct:android::BatteryProperties

Completed in 130 milliseconds