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.java77 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in supportsHighQualityAudio()
113 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in isHighQualityAudioEnabled()
155 BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED); in setupLabelTest()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java214 return support == BluetoothA2dp.OPTIONAL_CODECS_SUPPORTED; in supportsHighQualityAudio()
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java178 public static final int OPTIONAL_CODECS_SUPPORTED = 1; field in BluetoothA2dp