Searched defs:getDevicesMatchingConnectionStates (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java234 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dp
238 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothInputDevice.java221 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothInputDevice
H A DBluetoothPan.java240 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothPan
H A DBluetoothProfile.java142 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); method in interface:BluetoothProfile
H A DBluetoothHeadset.java349 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHeadset
353 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothHealth.java377 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothHealth
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java299 if (getDevicesMatchingConnectionStates(new int[] {
415 List<BluetoothDevice> sinks = getDevicesMatchingConnectionStates(
420 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dpService

Completed in 112 milliseconds