Home
last modified time | relevance | path

Searched refs:BluetoothHidDevice (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHidDeviceProfile.java22 import android.bluetooth.BluetoothHidDevice;
48 private BluetoothHidDevice mService;
69 mService = (BluetoothHidDevice) proxy; in onServiceConnected()
DLocalBluetoothProfileManager.java25 import android.bluetooth.BluetoothHidDevice;
142 BluetoothHidDevice.ACTION_CONNECTION_STATE_CHANGED); in LocalBluetoothProfileManager()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDevice.java39 public final class BluetoothHidDevice implements BluetoothProfile { class
40 private static final String TAG = BluetoothHidDevice.class.getSimpleName();
422 BluetoothProfile.HID_DEVICE, BluetoothHidDevice.this);
435 BluetoothHidDevice(Context context, ServiceListener listener) { in BluetoothHidDevice() method in BluetoothHidDevice
DBluetoothAdapter.java2308 BluetoothHidDevice hidDevice = new BluetoothHidDevice(context, listener); in getProfileProxy()
2392 BluetoothHidDevice hidDevice = (BluetoothHidDevice) proxy; in closeProfileProxy()
/frameworks/base/config/
Dhiddenapi-public-dex.txt5721 Landroid/bluetooth/BluetoothHidDevice$Callback;
5722 Landroid/bluetooth/BluetoothHidDevice$Callback;-><init>()V
5723 Landroid/bluetooth/BluetoothHidDevice$Callback;->onAppStatusChanged(Landroid/bluetooth/BluetoothDev…
5724 Landroid/bluetooth/BluetoothHidDevice$Callback;->onConnectionStateChanged(Landroid/bluetooth/Blueto…
5725 Landroid/bluetooth/BluetoothHidDevice$Callback;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI…
5726 Landroid/bluetooth/BluetoothHidDevice$Callback;->onInterruptData(Landroid/bluetooth/BluetoothDevice…
5727 Landroid/bluetooth/BluetoothHidDevice$Callback;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B…
5728 Landroid/bluetooth/BluetoothHidDevice$Callback;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[…
5729 Landroid/bluetooth/BluetoothHidDevice$Callback;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothD…
5730 Landroid/bluetooth/BluetoothHidDevice;
[all …]
Dboot-image-profile.txt16511 HSPLandroid/bluetooth/BluetoothHidDevice$2;->onServiceConnected(Landroid/content/ComponentName;Land…
16512 HSPLandroid/bluetooth/BluetoothHidDevice;-><init>(Landroid/content/Context;Landroid/bluetooth/Bluet…
16513 HSPLandroid/bluetooth/BluetoothHidDevice;->doBind()Z
16514 HSPLandroid/bluetooth/BluetoothHidDevice;->getConnectedDevices()Ljava/util/List;
54325 Landroid/bluetooth/BluetoothHidDevice$1;
54326 Landroid/bluetooth/BluetoothHidDevice$2;
54327 Landroid/bluetooth/BluetoothHidDevice;
/frameworks/base/api/
Dcurrent.txt8373 public final class BluetoothHidDevice implements android.bluetooth.BluetoothProfile {
8379 …eviceAppQosSettings, java.util.concurrent.Executor, android.bluetooth.BluetoothHidDevice.Callback);
8409 public static abstract class BluetoothHidDevice.Callback {
8410 ctor public BluetoothHidDevice.Callback();