Searched defs:BluetoothActivityEnergyInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java30 public final class BluetoothActivityEnergyInfo implements Parcelable { class in inherits:Parcelable
44 public BluetoothActivityEnergyInfo(long timestamp, int stackState, method in class:BluetoothActivityEnergyInfo
55 BluetoothActivityEnergyInfo(Parcel in) { method in class:BluetoothActivityEnergyInfo
67 return "BluetoothActivityEnergyInfo{"
78 public static final Parcelable.Creator<BluetoothActivityEnergyInfo> CREATOR =
79 new Parcelable.Creator<BluetoothActivityEnergyInfo>() {
80 public BluetoothActivityEnergyInfo createFromParcel(Parcel in) {
81 return new BluetoothActivityEnergyInfo(in);
84 public BluetoothActivityEnergyInfo[] newArray(int size) {
85 return new BluetoothActivityEnergyInfo[siz
[all...]

Completed in 53 milliseconds