Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemFactory.kt86 BluetoothUtils.isAvailableMediaBluetoothDevice(cachedDevice, audioManager) in isFilterMatched()
146 BluetoothUtils.isAvailableMediaBluetoothDevice(cachedDevice, audioManager) in isFilterMatched()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java342 assertThat(BluetoothUtils.isAvailableMediaBluetoothDevice(mCachedBluetoothDevice, in isAvailableMediaBluetoothDevice_isConnectedLeAudioDevice_returnTrue()
354 assertThat(BluetoothUtils.isAvailableMediaBluetoothDevice(mCachedBluetoothDevice, in isAvailableMediaBluetoothDevice_isHeadset_isConnectedA2dpDevice_returnFalse()
366 assertThat(BluetoothUtils.isAvailableMediaBluetoothDevice(mCachedBluetoothDevice, in isAvailableMediaBluetoothDevice_isA2dp_isConnectedA2dpDevice_returnTrue()
378 assertThat(BluetoothUtils.isAvailableMediaBluetoothDevice(mCachedBluetoothDevice, in isAvailableMediaBluetoothDevice_isHeadset_isConnectedHfpDevice_returnTrue()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java496 public static boolean isAvailableMediaBluetoothDevice( in isAvailableMediaBluetoothDevice() method in BluetoothUtils