Searched refs:getConnectedSinks (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothA2dp.aidl31 BluetoothDevice[] getConnectedSinks(); // change to Set<> once AIDL supports
H A DBluetoothA2dp.java193 public Set<BluetoothDevice> getConnectedSinks() { method in class:BluetoothA2dp
194 if (DBG) log("getConnectedSinks()");
197 new HashSet<BluetoothDevice>(Arrays.asList(mService.getConnectedSinks())));
H A DBluetoothDeviceProfileState.java317 mA2dpService.getConnectedSinks().length == 0) {
329 mA2dpService.getConnectedSinks().length == 0) {
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java115 BluetoothDevice sinks[] = getConnectedSinks();
418 public synchronized BluetoothDevice[] getConnectedSinks() { method in class:BluetoothA2dpService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarPolicy.java1275 if (a2dp.getConnectedSinks().size() != 0) {
/frameworks/base/services/java/com/android/server/
H A DWifiService.java1829 Set<BluetoothDevice> sinks = a2dp.getConnectedSinks();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java809 Set<BluetoothDevice> connected = mBluetoothA2dp.getConnectedSinks();

Completed in 904 milliseconds