Searched refs:isBluetoothOutDevice (Results 1 – 2 of 2) sorted by relevance
29 import static android.media.AudioSystem.isBluetoothOutDevice;164 if (!isBluetoothOutDevice(deviceType)) { in addAudioDeviceInInventoryIfNeeded()2151 if (isBluetoothOutDevice(di.mDeviceType)) {
1321 public static boolean isBluetoothOutDevice(int deviceType) { in isBluetoothOutDevice() method in AudioSystem