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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java28 public final class BluetoothActivityEnergyInfo implements Parcelable { class in inherits:Parcelable
41 public BluetoothActivityEnergyInfo(int stackState, int txTime, int rxTime, method in class:BluetoothActivityEnergyInfo
53 return "BluetoothActivityEnergyInfo{"
63 public static final Parcelable.Creator<BluetoothActivityEnergyInfo> CREATOR =
64 new Parcelable.Creator<BluetoothActivityEnergyInfo>() {
65 public BluetoothActivityEnergyInfo createFromParcel(Parcel in) {
71 return new BluetoothActivityEnergyInfo(stackState, txTime, rxTime,
74 public BluetoothActivityEnergyInfo[] newArray(int size) {
75 return new BluetoothActivityEnergyInfo[size];

Completed in 2323 milliseconds