Searched refs:getInputDevicesMatchingConnectionStates (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java225 return mService.getInputDevicesMatchingConnectionStates(states);
H A DIBluetooth.aidl99 List<BluetoothDevice> getInputDevicesMatchingConnectionStates(in int[] states);
/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java132 List<BluetoothDevice> getInputDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothInputProfileHandler
H A DBluetoothService.java2153 public List<BluetoothDevice> getInputDevicesMatchingConnectionStates( method in class:BluetoothService
2157 return mBluetoothInputProfileHandler.getInputDevicesMatchingConnectionStates(states);

Completed in 57 milliseconds