Home
last modified time | relevance | path

Searched refs:getConnectedBluetoothDevices (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelper.java83 getConnectedBluetoothDevices( in addSource()
109 getConnectedBluetoothDevices( in removeSource()
136 return getConnectedBluetoothDevices(mBluetoothManager, /* inSharingOnly= */ true).stream() in getAllConnectedSources()
267 static List<BluetoothDevice> getConnectedBluetoothDevices( in getConnectedBluetoothDevices() method in AudioStreamsHelper
340 getConnectedBluetoothDevices(mBluetoothManager, /* inSharingOnly= */ true); in startMediaService()