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
55 * frameworks/native/services/batteryservice/BatteryProperty.cpp
58 private BatteryProperty(Parcel p) { method in class:BatteryProperty
70 public static final Parcelable.Creator<BatteryProperty> CREATOR
71 = new Parcelable.Creator<BatteryProperty>() {
72 public BatteryProperty createFromParcel(Parcel p) {
73 return new BatteryProperty(p);
76 public BatteryProperty[] newArray(int size) {
77 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 588 milliseconds