Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java164 public static final int OPTIONAL_CODECS_PREF_DISABLED = 0; field in BluetoothA2dp
751 value != BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED && in setOptionalCodecsEnabled()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java101 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in isHighQualityAudioEnabled()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java222 : BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED; in setHighQualityAudioEnabled()