HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothHealthAppConfiguration (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 30 public final class BluetoothHealthAppConfiguration implements Parcelable {
43 BluetoothHealthAppConfiguration(String name, int dataType) {
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int
69 if (o instanceof BluetoothHealthAppConfiguration) {
70 BluetoothHealthAppConfiguration config = (BluetoothHealthAppConfiguration) o;
92 return "BluetoothHealthAppConfiguration [mName = " + mName +
141 public static final Parcelable.Creator<BluetoothHealthAppConfiguration> CREATOR =
142 new Parcelable.Creator<BluetoothHealthAppConfiguration>() {
144 public BluetoothHealthAppConfiguration createFromParcel(Parcel in)
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 277 milliseconds