Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dp.java187 public static final int OPTIONAL_CODECS_PREF_UNKNOWN = -1; field in BluetoothA2dp
726 return OPTIONAL_CODECS_PREF_UNKNOWN; in getOptionalCodecsEnabled()
729 return OPTIONAL_CODECS_PREF_UNKNOWN; in getOptionalCodecsEnabled()
745 if (value != BluetoothA2dp.OPTIONAL_CODECS_PREF_UNKNOWN in setOptionalCodecsEnabled()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java104 BluetoothA2dp.OPTIONAL_CODECS_PREF_UNKNOWN); in isHighQualityAudioEnabled()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java219 if (enabled != BluetoothA2dp.OPTIONAL_CODECS_PREF_UNKNOWN) { in isHighQualityAudioEnabled()