Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java29 import static android.media.AudioSystem.isBluetoothOutDevice;
164 if (!isBluetoothOutDevice(deviceType)) { in addAudioDeviceInInventoryIfNeeded()
2151 if (isBluetoothOutDevice(di.mDeviceType)) {
/frameworks/base/media/java/android/media/
DAudioSystem.java1321 public static boolean isBluetoothOutDevice(int deviceType) { in isBluetoothOutDevice() method in AudioSystem