Searched refs:OPTIONAL_CODECS_PREF_ENABLED (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothHDAudioPreferenceController.java | 67 == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED; in updateState() 86 ? BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED in onPreferenceChange()
|
D | BluetoothCodecDialogPreferenceController.java | 86 == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in getSelectableIndex()
|
D | AbstractBluetoothListPreferenceController.java | 229 == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in isHDAudioEnabled()
|
D | AbstractBluetoothDialogPreferenceController.java | 231 != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in getHighestCodec()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | BluetoothCodecDialogPreferenceControllerTest.java | 140 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in writeConfigurationValues_selectDefault_setHighest() 234 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in onHDAudioEnabled_optionalCodecEnabled_setsCodecTypeAsOpus() 253 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in onHDAudioEnabled_optionalCodecEnabled_setsCodecTypeAsAAC()
|
D | BluetoothHDAudioPreferenceControllerTest.java | 132 mBluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in updateState_codecSupportedAndEnabled_checked() 177 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in onPreferenceChange_enable_verifyFlow()
|
D | AbstractBluetoothListPreferenceControllerTest.java | 201 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in isHDAudioEnabled_verifyEnabled()
|
D | BluetoothCodecListPreferenceControllerTest.java | 193 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in writeConfigurationValues_selectDefault()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 869 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 890 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 911 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 934 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 955 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 976 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 1296 sTestDevice, BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in testUpdateOptionalCodecsSupportCase()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 881 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setOptionalCodecsEnabled() 1275 setOptionalCodecsEnabled(device, BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in updateOptionalCodecsSupport() 1277 case BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED: in updateOptionalCodecsSupport() 1309 == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in updateLowLatencyAudioSupport() 1710 if (getOptionalCodecsEnabled(device) != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in switchCodecByBufferSize()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothA2dp.java | 206 OPTIONAL_CODECS_PREF_ENABLED 231 @SystemApi public static final int OPTIONAL_CODECS_PREF_ENABLED = 1; field in BluetoothA2dp 974 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManagerTest.java | 286 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testSetGetA2dpOptionalCodecsEnabled() 308 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testSetGetA2dpOptionalCodecsEnabled() 309 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in testSetGetA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManager.java | 547 && newValue != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 25 field public static final int OPTIONAL_CODECS_PREF_ENABLED = 1; // 0x1
|