Searched refs:BatteryProperty (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryProperty.aidl19 parcelable BatteryProperty;
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...]
H A DIBatteryPropertiesRegistrar.aidl20 import android.os.BatteryProperty;
29 int getProperty(in int id, out BatteryProperty prop);
H A DBatteryManager.java299 BatteryProperty prop = new BatteryProperty();
/frameworks/native/include/batteryservice/
H A DBatteryService.h62 struct BatteryProperty { struct in namespace:android
H A DIBatteryPropertiesRegistrar.h39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
/frameworks/native/services/batteryservice/include/batteryservice/
H A DBatteryService.h62 struct BatteryProperty { struct in namespace:android
H A DIBatteryPropertiesRegistrar.h39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java36 import android.os.BatteryProperty;
1168 public int getProperty(int id, final BatteryProperty prop) throws RemoteException {
/frameworks/base/config/
H A Dpreloaded-classes2398 android.os.BatteryProperty$1
H A 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
[all...]

Completed in 1937 milliseconds