Searched refs:BatteryProperties (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryProperties.aidl19 parcelable BatteryProperties;
H A DIBatteryPropertiesListener.aidl19 import android.os.BatteryProperties;
26 void batteryPropertiesChanged(in BatteryProperties props);
H A DBatteryProperties.java21 public class BatteryProperties implements Parcelable { class in inherits:Parcelable
37 public BatteryProperties() { method in class:BatteryProperties
40 public void set(BatteryProperties other) {
59 * frameworks/native/services/batteryservice/BatteryProperties.cpp
62 private BatteryProperties(Parcel p) { method in class:BatteryProperties
96 public static final Parcelable.Creator<BatteryProperties> CREATOR
97 = new Parcelable.Creator<BatteryProperties>() {
98 public BatteryProperties createFromParcel(Parcel p) {
99 return new BatteryProperties(p);
102 public BatteryProperties[] newArra
[all...]
/frameworks/native/include/batteryservice/
H A DIBatteryPropertiesListener.h38 virtual void batteryPropertiesChanged(struct BatteryProperties props) = 0;
H A DBatteryService.h40 struct BatteryProperties { struct in namespace:android
/frameworks/native/services/batteryservice/include/batteryservice/
H A DIBatteryPropertiesListener.h38 virtual void batteryPropertiesChanged(struct BatteryProperties props) = 0;
H A DBatteryService.h40 struct BatteryProperties { struct in namespace:android

Completed in 131 milliseconds