Searched defs:getConnectedInputDevices (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java126 List<BluetoothDevice> getConnectedInputDevices() { method in class:BluetoothInputProfileHandler
H A DBluetoothService.java392 for (BluetoothDevice device: getConnectedInputDevices()) {
2146 public List<BluetoothDevice> getConnectedInputDevices() { method in class:BluetoothService
2149 return mBluetoothInputProfileHandler.getConnectedInputDevices();

Completed in 43 milliseconds