Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothInputDevice.java45 public final class BluetoothInputDevice implements BluetoothProfile { class
226 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice() method in BluetoothInputDevice
461 … mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, BluetoothInputDevice.this);
DBluetoothAdapter.java1168 BluetoothInputDevice iDev = new BluetoothInputDevice(context, listener); in getProfileProxy()
1205 BluetoothInputDevice iDev = (BluetoothInputDevice)proxy; in closeProfileProxy()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java227 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
322 mInput = (BluetoothInputDevice) proxy;
361 private BluetoothInputDevice mInput = null;
944 assertTrue(((BluetoothInputDevice)proxy).connect(device)); in connectProfile()
1019 assertTrue(((BluetoothInputDevice)proxy).disconnect(device)); in disconnectProfile()
1245 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap()
1263 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()
1412 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver()