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 | BluetoothCodecListPreferenceControllerTest.java | 436 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in isHDAudioEnabled_errorChecking()
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothHDAudioPreferenceController.java | 87 : BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED; in onPreferenceChange()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 850 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 871 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 892 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 915 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 936 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport() 957 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testUpdateOptionalCodecsSupport()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeCallback.java | 93 return enabled == BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED; in isMandatoryCodecPreferred()
|
D | A2dpService.java | 836 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED in setOptionalCodecsEnabled() 1249 case BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED: in updateOptionalCodecsSupport()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothA2dp.java | 211 OPTIONAL_CODECS_PREF_DISABLED, 230 @SystemApi public static final int OPTIONAL_CODECS_PREF_DISABLED = 0; field in BluetoothA2dp 981 && 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; 340 new Pair("a2dpOptionalCodecsEnabled", OPTIONAL_CODECS_PREF_DISABLED),
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | BluetoothDatabaseMigration.java | 181 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in migrate_a2dpOptionalCodecsEnabled()
|
D | DatabaseManager.java | 550 && newValue != BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED in setA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManagerTest.java | 257 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testSetGetA2dpOptionalCodecsEnabled() 279 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED, in testSetGetA2dpOptionalCodecsEnabled() 280 BluetoothA2dp.OPTIONAL_CODECS_PREF_DISABLED); in testSetGetA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 72 field public static final int OPTIONAL_CODECS_PREF_DISABLED = 0; // 0x0
|