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

/frameworks/base/core/java/android/os/
H A DBatteryProperty.java29 public class BatteryProperty implements Parcelable { class in inherits:Parcelable
35 public BatteryProperty() { method in class:BatteryProperty
48 * frameworks/native/services/batteryservice/BatteryProperty.cpp
51 private BatteryProperty(Parcel p) { method in class:BatteryProperty
63 public static final Parcelable.Creator<BatteryProperty> CREATOR
64 = new Parcelable.Creator<BatteryProperty>() {
65 public BatteryProperty createFromParcel(Parcel p) {
66 return new BatteryProperty(p);
69 public BatteryProperty[] newArray(int size) {
70 return new BatteryProperty[siz
[all...]
/frameworks/native/include/batteryservice/
H A DBatteryService.h62 struct BatteryProperty { struct in namespace:android
/frameworks/native/services/batteryservice/include/batteryservice/
H A DBatteryService.h62 struct BatteryProperty { struct in namespace:android

Completed in 90 milliseconds