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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 79 public static final int INPUT_DEVICE = 4;
BluetoothInputDevice.java 485 mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, BluetoothInputDevice.this);
492 mServiceListener.onServiceDisconnected(BluetoothProfile.INPUT_DEVICE);
BluetoothAdapter.java     [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
OptionsMessage.java 36 INPUT_DEVICE(1),
150 role = ProtocolRole.INPUT_DEVICE;
156 role = ProtocolRole.INPUT_DEVICE;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothInputDeviceConnector.java 136 adapter.closeProfileProxy(BluetoothProfile.INPUT_DEVICE, mInputProxy);
157 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.INPUT_DEVICE)) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HidProfile.java 90 BluetoothProfile.INPUT_DEVICE);
193 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.INPUT_DEVICE,
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ServerPairingSession.java 95 } else if (getLocalRole() == ProtocolRole.INPUT_DEVICE) {
PairingSession.java 229 mLocalOptions.setProtocolRolePreference(ProtocolRole.INPUT_DEVICE);
606 ProtocolRole.INPUT_DEVICE : ProtocolRole.DISPLAY_DEVICE;
614 return (getLocalRole() == ProtocolRole.INPUT_DEVICE);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java 336 case INPUT_DEVICE:
404 case INPUT_DEVICE:
492 optionsMessage.setProtocolRolePreference(OptionsMessage.ProtocolRole.INPUT_DEVICE);
520 role = OptionsMessage.ProtocolRole.INPUT_DEVICE;
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 281 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.INPUT_DEVICE, null);
285 mTestUtils.connectProfile(adapter, device, BluetoothProfile.INPUT_DEVICE,
287 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.INPUT_DEVICE,
BluetoothTestUtils.java 228 case BluetoothProfile.INPUT_DEVICE:
323 case BluetoothProfile.INPUT_DEVICE:
343 case BluetoothProfile.INPUT_DEVICE:
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 283 if (!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.INPUT_DEVICE))
465 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.INPUT_DEVICE, mInput);
544 case BluetoothProfile.INPUT_DEVICE:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 611 notifyProfileConnectionStateChanged(device, BluetoothProfile.INPUT_DEVICE,

Completed in 304 milliseconds