Searched refs:isBluetoothOutDevice (Results 1 – 2 of 2) sorted by relevance
129 if (!AudioSystem.isBluetoothOutDevice(ada.getInternalType())) { in addAudioDeviceInInventoryIfNeeded()1789 if (AudioSystem.isBluetoothOutDevice(di.mDeviceType)) {
1295 public static boolean isBluetoothOutDevice(int deviceType) { in isBluetoothOutDevice() method in AudioSystem