Searched refs:DEVICE_OUT_BLUETOOTH_A2DP (Results 1 – 4 of 4) sorted by relevance
368 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in AudioSystem399 DEVICE_OUT_BLUETOOTH_A2DP |420 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |566 case DEVICE_OUT_BLUETOOTH_A2DP: in getOutputDeviceName()
275 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument325 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_A2DP, AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in EXT_TO_INT_DEVICE_MAPPING.put() argument
1468 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"") in isBluetoothA2dpOn()3341 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in AudioManager
313 (AudioManager.DEVICE_OUT_BLUETOOTH_A2DP | in checkRoutedToBluetoothW()