Searched refs:isBluetoothA2dpOutDevice (Results 1 – 4 of 4) sorted by relevance
48 if (!AudioSystem.isBluetoothA2dpOutDevice(device.getInternalType()) in uuidFromAudioDeviceAttributes()
945 if (AudioSystem.isBluetoothA2dpOutDevice(deviceType)) { in getProfileFromType()
1799 if (AudioSystem.isBluetoothA2dpOutDevice(di.mDeviceType)) {
1289 return isBluetoothA2dpOutDevice(deviceType) in isBluetoothDevice()1296 return isBluetoothA2dpOutDevice(deviceType) in isBluetoothOutDevice()1308 public static boolean isBluetoothA2dpOutDevice(int deviceType) { in isBluetoothA2dpOutDevice() method in AudioSystem