Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DUuidUtils.java49 && !AudioSystem.isBluetoothLeOutDevice(device.getInternalType())) { in uuidFromAudioDeviceAttributes()
DAudioDeviceInventory.java28 import static android.media.AudioSystem.isBluetoothLeOutDevice;
417 } else if (isBluetoothLeOutDevice(deviceType)) { in findBtDeviceStateForAddress()
/frameworks/base/media/java/android/media/
DAudioSystem.java1324 || isBluetoothLeOutDevice(deviceType); in isBluetoothOutDevice()
1355 public static boolean isBluetoothLeOutDevice(int deviceType) { in isBluetoothLeOutDevice() method in AudioSystem
1366 return isBluetoothLeOutDevice(deviceType) in isBluetoothLeDevice()