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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceAppSdpSettings.java25 public final class BluetoothHidDeviceAppSdpSettings implements Parcelable { class in inherits:Parcelable
33 public BluetoothHidDeviceAppSdpSettings(String name, String description, String provider, method in class:BluetoothHidDeviceAppSdpSettings
44 if (o instanceof BluetoothHidDeviceAppSdpSettings) {
45 BluetoothHidDeviceAppSdpSettings sdp = (BluetoothHidDeviceAppSdpSettings) o;
56 public static final Parcelable.Creator<BluetoothHidDeviceAppSdpSettings> CREATOR =
57 new Parcelable.Creator<BluetoothHidDeviceAppSdpSettings>() {
60 public BluetoothHidDeviceAppSdpSettings createFromParcel(Parcel in) {
62 return new BluetoothHidDeviceAppSdpSettings(in.readString(), in.readString(),
67 public BluetoothHidDeviceAppSdpSettings[] newArra
[all...]

Completed in 51 milliseconds