Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java129 if (!AudioSystem.isBluetoothOutDevice(ada.getInternalType())) { in addAudioDeviceInInventoryIfNeeded()
1789 if (AudioSystem.isBluetoothOutDevice(di.mDeviceType)) {
/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java1295 public static boolean isBluetoothOutDevice(int deviceType) { in isBluetoothOutDevice() method in AudioSystem