FileDocCategorySizeDatePackage
BluetoothHealthAppConfiguration.javaAPI DocAndroid 5.1 API934Sat Mar 14 14:09:38 GMT 2015android.bluetooth

BluetoothHealthAppConfiguration.java

package android.bluetooth;
public final class BluetoothHealthAppConfiguration
  implements android.os.Parcelable
{
BluetoothHealthAppConfiguration() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  int getDataType() { throw new RuntimeException("Stub!"); }
public  java.lang.String getName() { throw new RuntimeException("Stub!"); }
public  int getRole() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHealthAppConfiguration> CREATOR;
static { CREATOR = null; }
}