Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java82 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in supportsHighQualityAudio()
118 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in isHighQualityAudioEnabled()
153 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in setupLabelTest()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java194 return support == BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED; in supportsHighQualityAudio()
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java153 public static final int OPTIONAL_CODECS_SUPPORTED = 1; field in BluetoothA2dp