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.java92 int[] inputDevices = inputManager.getInputDeviceIds(); in registerInputMethodMonitor() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java810 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
815 inputDevices.add(mHidDevice); in getDevicesMatchingConnectionStates()
820 return inputDevices; in getDevicesMatchingConnectionStates()
DHidHostService.java556 List<BluetoothDevice> inputDevices = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local
562 inputDevices.add(device); in getDevicesMatchingConnectionStates()
567 return inputDevices; in getDevicesMatchingConnectionStates()