Searched refs:OPTIONAL_CODECS_PREF_ENABLED (Results 1 – 12 of 12) 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 | AbstractBluetoothDialogPreferenceController.java | 233 != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in getHighestCodec()
|
D | BluetoothCodecListPreferenceController.java | 331 == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in isHDAudioEnabled()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | BluetoothCodecListPreferenceControllerTest.java | 260 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in onPreferenceChange_notifyPreference() 295 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in onPreferenceChange_codecSelection() 361 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in updateState_notifyPreference() 444 .thenReturn(BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in isHDAudioEnabled_verifyEnabled()
|
D | BluetoothHDAudioPreferenceControllerTest.java | 132 mBluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in updateState_codecSupportedAndEnabled_checked() 177 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in onPreferenceChange_enable_verifyFlow()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 843 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 864 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 885 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 908 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 929 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 950 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testUpdateOptionalCodecsSupport() 1260 .setA2dpOptionalCodecsEnabled(mDevice, BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in testUpdateOptionalCodecsSupportCase()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 837 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setOptionalCodecsEnabled() 1244 setOptionalCodecsEnabled(device, BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in updateOptionalCodecsSupport() 1246 case BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED: in updateOptionalCodecsSupport() 1278 == BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in updateLowLatencyAudioSupport() 1367 if (getOptionalCodecsEnabled(device) != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in switchCodecByBufferSize()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothA2dp.java | 212 OPTIONAL_CODECS_PREF_ENABLED 237 @SystemApi public static final int OPTIONAL_CODECS_PREF_ENABLED = 1; field in BluetoothA2dp 982 && value != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | BluetoothDatabaseMigration.java | 182 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED)); in migrate_a2dpOptionalCodecsEnabled()
|
D | DatabaseManager.java | 551 && newValue != BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED) { in setA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManagerTest.java | 262 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testSetGetA2dpOptionalCodecsEnabled() 284 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED, in testSetGetA2dpOptionalCodecsEnabled() 285 BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in testSetGetA2dpOptionalCodecsEnabled()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 73 field public static final int OPTIONAL_CODECS_PREF_ENABLED = 1; // 0x1
|