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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java217 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothA2dp
218 if (DBG) log("getConnectedDevices()");
221 return mService.getConnectedDevices();
H A DBluetoothInputDevice.java204 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothInputDevice
205 if (DBG) log("getConnectedDevices()");
H A DBluetoothPan.java223 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPan
224 if (DBG) log("getConnectedDevices()");
H A DBluetoothProfile.java126 public List<BluetoothDevice> getConnectedDevices(); method in interface:BluetoothProfile
H A DBluetoothHeadset.java332 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHeadset
333 if (DBG) log("getConnectedDevices()");
336 return mService.getConnectedDevices();
H A DBluetoothHealth.java345 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHealth
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java104 List<BluetoothDevice> sinks = getConnectedDevices();
413 public synchronized List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothA2dpService

Completed in 115 milliseconds