Home
last modified time | relevance | path

Searched refs:BluetoothHidDeviceAppSdpSettings (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDeviceAppSdpSettings.java31 public final class BluetoothHidDeviceAppSdpSettings implements Parcelable { class
52 public BluetoothHidDeviceAppSdpSettings( in BluetoothHidDeviceAppSdpSettings() method in BluetoothHidDeviceAppSdpSettings
86 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];
DBluetoothHidDevice.java567 BluetoothHidDeviceAppSdpSettings sdp, in registerApp()
/frameworks/base/config/
Dhiddenapi-public-dex.txt5745 …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()I
5783 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescription()Ljava/lang/String;
5784 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescriptors()[B
5785 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getName()Ljava/lang/String;
5786 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getProvider()Ljava/lang/String;
5787 Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getSubclass()B
[all …]
Dboot-image-profile.txt16808 …etooth/IBluetoothHidDevice;->registerApp(Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landr…
/frameworks/base/api/
Dcurrent.txt8379 …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…