Home
last modified time | relevance | path

Searched refs:BatteryProperty (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryProperty.java29 public class BatteryProperty implements Parcelable { class
35 public BatteryProperty() { in BatteryProperty() method in BatteryProperty
58 private BatteryProperty(Parcel p) { in BatteryProperty() method in 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[size];
DIBatteryPropertiesRegistrar.aidl20 import android.os.BatteryProperty;
29 int getProperty(in int id, out BatteryProperty prop); in getProperty()
DBatteryProperty.aidl19 parcelable BatteryProperty;
DBatteryManager.java299 BatteryProperty prop = new BatteryProperty(); in queryProperty()
/frameworks/native/services/batteryservice/include/batteryservice/
DBatteryService.h62 struct BatteryProperty { struct
DIBatteryPropertiesRegistrar.h39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java36 import android.os.BatteryProperty;
1168 public int getProperty(int id, final BatteryProperty prop) throws RemoteException { in getProperty()
/frameworks/base/config/
Dpreloaded-classes2398 android.os.BatteryProperty$1
Dboot-image-profile.txt4146 HPLandroid/os/BatteryProperty$1;-><init>()V
4147 HPLandroid/os/BatteryProperty;->readFromParcel(Landroid/os/Parcel;)V
4148 HPLandroid/os/BatteryProperty;->setLong(J)V
4239 HPLandroid/os/IBatteryPropertiesRegistrar$Stub$Proxy;->getProperty(ILandroid/os/BatteryProperty;)I
27563 HSPLandroid/os/IBatteryPropertiesRegistrar;->getProperty(ILandroid/os/BatteryProperty;)I
57016 Landroid/os/BatteryProperty$1;
57017 Landroid/os/BatteryProperty;