Searched refs:BluetoothHidDeviceAppSdpSettings (Results 1 – 5 of 5) sorted by relevance
31 public final class BluetoothHidDeviceAppSdpSettings implements Parcelable { class52 public BluetoothHidDeviceAppSdpSettings( in BluetoothHidDeviceAppSdpSettings() method in BluetoothHidDeviceAppSdpSettings86 public static final Parcelable.Creator<BluetoothHidDeviceAppSdpSettings> CREATOR =87 new Parcelable.Creator<BluetoothHidDeviceAppSdpSettings>() {90 public BluetoothHidDeviceAppSdpSettings createFromParcel(Parcel in) {92 return new BluetoothHidDeviceAppSdpSettings(101 public BluetoothHidDeviceAppSdpSettings[] newArray(int size) {102 return new BluetoothHidDeviceAppSdpSettings[size];
567 BluetoothHidDeviceAppSdpSettings sdp, in registerApp()
5745 …uetooth/BluetoothHidDevice;->registerApp(Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landr…5779 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;5780 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;-><init>(Ljava/lang/String;Ljava/lang/String;Lj…5781 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->CREATOR:Landroid/os/Parcelable$Creator;5782 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->describeContents()I5783 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescription()Ljava/lang/String;5784 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescriptors()[B5785 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getName()Ljava/lang/String;5786 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getProvider()Ljava/lang/String;5787 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getSubclass()B[all …]
16808 …etooth/IBluetoothHidDevice;->registerApp(Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landr…
8379 …method public boolean registerApp(android.bluetooth.BluetoothHidDeviceAppSdpSettings, android.blue…8437 public final class BluetoothHidDeviceAppSdpSettings implements android.os.Parcelable {8438 …ctor public BluetoothHidDeviceAppSdpSettings(java.lang.String, java.lang.String, java.lang.String,…8446 …tatic final android.os.Parcelable.Creator<android.bluetooth.BluetoothHidDeviceAppSdpSettings> CREA…