Home
last modified time | relevance | path

Searched refs:BatteryProperty (Results 1 – 8 of 8) 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 @android.annotation.NonNull 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.aidl19 import android.os.BatteryProperty;
26 int getProperty(in int id, out BatteryProperty prop); in getProperty()
DBatteryProperty.aidl19 parcelable BatteryProperty;
DBatteryManager.java307 BatteryProperty prop = new BatteryProperty(); in queryProperty()
/frameworks/native/services/batteryservice/include/batteryservice/
DBatteryService.h58 struct BatteryProperty { struct
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java36 import android.os.BatteryProperty;
1187 public int getProperty(int id, final BatteryProperty prop) throws RemoteException { in getProperty()
/frameworks/base/config/
Dpreloaded-classes2713 android.os.BatteryProperty$1
/frameworks/base/services/
Dart-profile589 …roid/server/BatteryService$BatteryPropertiesRegistrar;->getProperty(ILandroid/os/BatteryProperty;)I