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 @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.java39 import android.os.BatteryProperty;
1214 public int getProperty(int id, final BatteryProperty prop) throws RemoteException { in getProperty()
/frameworks/base/config/
Dpreloaded-classes4545 android.os.BatteryProperty$1
4546 android.os.BatteryProperty
Dboot-image-profile.txt14940 HSPLandroid/os/BatteryProperty;-><init>()V
14941 HPLandroid/os/BatteryProperty;->setLong(J)V
14942 HPLandroid/os/BatteryProperty;->writeToParcel(Landroid/os/Parcel;I)V
44768 Landroid/os/BatteryProperty$1;
44769 Landroid/os/BatteryProperty;
/frameworks/base/services/
Dart-profile803 …istrar$7Y-B9O7NDYgUY9hQvFzC2FQ2V5w;-><init>(Landroid/util/MutableInt;Landroid/os/BatteryProperty;)V
805 …istrar$9z3zqgxtPzBN8Qoni5nHVb0m8EY;-><init>(Landroid/util/MutableInt;Landroid/os/BatteryProperty;)V
807 …istrar$DM4ow6LC--JYWBfhHp2f1JW8nww;-><init>(Landroid/util/MutableInt;Landroid/os/BatteryProperty;)V
809 …istrar$JTQ79fl14NyImudsJhx-Mp1dJI8;-><init>(Landroid/util/MutableInt;Landroid/os/BatteryProperty;)V
811 …istrar$KZAu97wwr_7_MI0awCjQTzdIuAI;-><init>(Landroid/util/MutableInt;Landroid/os/BatteryProperty;)V
813 …istrar$hInbvsihGvN2hXqvdcoFYzdeqHw;-><init>(Landroid/util/MutableInt;Landroid/os/BatteryProperty;)V
1409 …roid/server/BatteryService$BatteryPropertiesRegistrar;->getProperty(ILandroid/os/BatteryProperty;)I
1410 …ropertiesRegistrar;->lambda$getProperty$0(Landroid/util/MutableInt;Landroid/os/BatteryProperty;II)V
1411 …ropertiesRegistrar;->lambda$getProperty$1(Landroid/util/MutableInt;Landroid/os/BatteryProperty;II)V
1412 …ropertiesRegistrar;->lambda$getProperty$2(Landroid/util/MutableInt;Landroid/os/BatteryProperty;II)V
[all …]