Home
last modified time | relevance | path

Searched refs:BluetoothInputDevice (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHidProfile.java22 import android.bluetooth.BluetoothInputDevice;
38 private BluetoothInputDevice mService;
56 mService = (BluetoothInputDevice) proxy; in onServiceConnected()
DLocalBluetoothProfileManager.java25 import android.bluetooth.BluetoothInputDevice;
121 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in LocalBluetoothProfileManager()
/frameworks/base/core/java/android/bluetooth/
DBluetoothInputDevice.java44 public final class BluetoothInputDevice implements BluetoothProfile { class
241 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice() method in BluetoothInputDevice
485 … mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, BluetoothInputDevice.this);
DBluetoothAdapter.java1908 BluetoothInputDevice iDev = new BluetoothInputDevice(context, listener); in getProfileProxy()
1965 BluetoothInputDevice iDev = (BluetoothInputDevice)proxy; in closeProfileProxy()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java229 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
324 mInput = (BluetoothInputDevice) proxy;
363 private BluetoothInputDevice mInput = null;
957 assertTrue(((BluetoothInputDevice)proxy).connect(device)); in connectProfile()
1032 assertTrue(((BluetoothInputDevice)proxy).disconnect(device)); in disconnectProfile()
1258 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap()
1276 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()
1425 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver()
/frameworks/base/
Dcompiled-classes-phone647 android.bluetooth.BluetoothInputDevice
648 android.bluetooth.BluetoothInputDevice$1
649 android.bluetooth.BluetoothInputDevice$2