Searched refs:INPUT_DEVICE (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java76 public static final int INPUT_DEVICE = 4; field in interface:BluetoothProfile
H A DBluetoothInputDevice.java110 mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, this);
H A DBluetoothAdapter.java1157 } else if (profile == BluetoothProfile.INPUT_DEVICE) {
1194 case BluetoothProfile.INPUT_DEVICE:
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothStressTest.java281 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.INPUT_DEVICE, null);
285 mTestUtils.connectProfile(adapter, device, BluetoothProfile.INPUT_DEVICE,
287 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.INPUT_DEVICE,
H A DBluetoothTestUtils.java226 case BluetoothProfile.INPUT_DEVICE:
321 case BluetoothProfile.INPUT_DEVICE:
341 case BluetoothProfile.INPUT_DEVICE:
902 * {@link BluetoothProfile#HEADSET}, or {@link BluetoothProfile#INPUT_DEVICE}.
943 } else if (profile == BluetoothProfile.INPUT_DEVICE) {
983 * {@link BluetoothProfile#HEADSET}, or {@link BluetoothProfile#INPUT_DEVICE}.
1018 } else if (profile == BluetoothProfile.INPUT_DEVICE) {
1451 case BluetoothProfile.INPUT_DEVICE:
1477 case BluetoothProfile.INPUT_DEVICE:
/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java195 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.INPUT_DEVICE, state,
H A DBluetoothService.java1759 mBluetoothProfileServiceListener, BluetoothProfile.INPUT_DEVICE);
1779 mAdapter.getProfileConnectionState(BluetoothProfile.INPUT_DEVICE));
1954 } else if (profile == BluetoothProfile.INPUT_DEVICE) {
1963 } else if (profile == BluetoothProfile.INPUT_DEVICE) {
H A DBluetoothEventLoop.java125 mAdapter.getProfileProxy(mContext, mProfileServiceListener, BluetoothProfile.INPUT_DEVICE);

Completed in 893 milliseconds