Searched refs:OPTIONAL_CODECS_PREF_DISABLED (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | BluetoothHDAudioPreferenceControllerTest.java | 146 mBluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in updateState_codecSupportedAndDisabled_notChecked() 163 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in onPreferenceChange_disable_verifyFlow()
|
D | AbstractBluetoothListPreferenceControllerTest.java | 193 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in isHDAudioEnabled_errorChecking()
|
D | BluetoothCodecDialogPreferenceControllerTest.java | 271 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in onHDAudioEnabled_optionalCodecDisabled_setsCodecTypeAsSBC()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 876 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 897 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 918 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 941 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 962 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 983 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport()
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothHDAudioPreferenceController.java | 87 : BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED; in onPreferenceChange()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothA2dp.java | 205 OPTIONAL_CODECS_PREF_DISABLED, 224 @SystemApi public static final int OPTIONAL_CODECS_PREF_DISABLED = 0; field in BluetoothA2dp 973 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED in setOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | DataMigrationTest.java | 20 import static android.bluetooth.BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED; 344 new Pair("a2dpOptionalCodecsEnabled", OPTIONAL_CODECS_PREF_DISABLED),
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeInterface.java | 233 return enabled == BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED; in isMandatoryCodecPreferred()
|
D | A2dpService.java | 880 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED in setOptionalCodecsEnabled() 1280 case BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED: in updateOptionalCodecsSupport()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManagerTest.java | 281 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testSetGetA2dpOptionalCodecsEnabled() 303 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testSetGetA2dpOptionalCodecsEnabled() 304 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in testSetGetA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManager.java | 546 && newValue != BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED in setA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 24 field public static final int OPTIONAL_CODECS_PREF_DISABLED = 0; // 0x0
|