HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothHidDeviceAppSdpSettings (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDeviceAppSdpSettings.aidl 19 parcelable BluetoothHidDeviceAppSdpSettings;
BluetoothHidDeviceAppSdpSettings.java 25 public final class BluetoothHidDeviceAppSdpSettings implements Parcelable {
33 public BluetoothHidDeviceAppSdpSettings(String name, String description, String provider,
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[] newArray(int size)
    [all...]
IBluetoothInputHost.aidl 22 import android.bluetooth.BluetoothHidDeviceAppSdpSettings;
28 in BluetoothHidDeviceAppSdpSettings sdp, in BluetoothHidDeviceAppQosSettings inQos,
BluetoothInputHost.java 341 * @param sdp {@link BluetoothHidDeviceAppSdpSettings} object of
351 public boolean registerApp(BluetoothHidDeviceAppSdpSettings sdp,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDevService.java 22 import android.bluetooth.BluetoothHidDeviceAppSdpSettings;
268 BluetoothHidDeviceAppSdpSettings sdp,
415 BluetoothHidDeviceAppSdpSettings sdp,

Completed in 944 milliseconds