Home
last modified time | relevance | path

Searched refs:inputDevices (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java208 int[] inputDevices = inMan.getInputDeviceIds(); in hasValidInputDevice() local
210 return hasValidInputDevice(context, inputDevices); in hasValidInputDevice()
517 List<BluetoothDevice> inputDevices = new ArrayList<>(); in getAutoPairDevice() local
520 inputDevices.add(device); in getAutoPairDevice()
523 if (inputDevices.size() == 1) { in getAutoPairDevice()
524 return inputDevices.get(0); in getAutoPairDevice()
DBluetoothInputDeviceConnector.java93 int[] inputDevices = inputManager.getInputDeviceIds(); in registerInputMethodMonitor() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java544 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
549 inputDevices.add(mHidDevice); in getDevicesMatchingConnectionStates()
554 return inputDevices; in getDevicesMatchingConnectionStates()
DHidService.java432 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
438 inputDevices.add(device); in getDevicesMatchingConnectionStates()
443 return inputDevices; in getDevicesMatchingConnectionStates()