Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java220 return enabled == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED; in isHighQualityAudioEnabled()
241 ? BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED in setHighQualityAudioEnabled()
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java203 public static final int OPTIONAL_CODECS_PREF_ENABLED = 1; field in BluetoothA2dp
747 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setOptionalCodecsEnabled()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java92 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in isHighQualityAudioEnabled()