Searched defs:BluetoothHealthAppConfiguration (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java30 public final class BluetoothHealthAppConfiguration implements Parcelable { class in inherits:Parcelable
43 BluetoothHealthAppConfiguration(String name, int dataType) { method in class:BluetoothHealthAppConfiguration
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int method in class:BluetoothHealthAppConfiguration
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 createFromParce
[all...]

Completed in 50 milliseconds