Home
last modified time | relevance | path

Searched refs:disableOptionalCodecs (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java272 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigSbc); in testDisableOptionalCodecs()
277 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigAac); in testDisableOptionalCodecs()
280 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigAptx); in testDisableOptionalCodecs()
283 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigAptxHd); in testDisableOptionalCodecs()
286 mA2dpCodecConfig.disableOptionalCodecs(mTestDevice, mCodecConfigLdac); in testDisableOptionalCodecs()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java769 public void disableOptionalCodecs(BluetoothDevice device) { in disableOptionalCodecs() method in A2dpService
790 mA2dpCodecConfig.disableOptionalCodecs(device, codecStatus.getCodecConfig()); in disableOptionalCodecs()
1071 disableOptionalCodecs(device); in updateOptionalCodecsSupport()
1294 public void disableOptionalCodecs(BluetoothDevice device) { in disableOptionalCodecs() method in A2dpService.BluetoothA2dpBinder
1299 service.disableOptionalCodecs(device); in disableOptionalCodecs()
DA2dpCodecConfig.java116 void disableOptionalCodecs(BluetoothDevice device, BluetoothCodecConfig currentCodecConfig) { in disableOptionalCodecs() method in A2dpCodecConfig
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioCodecPreferenceController.java119 mBluetoothA2dp.disableOptionalCodecs(null); // Use current active device in writeConfigurationValues()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioCodecPreferenceController.java119 mBluetoothA2dp.disableOptionalCodecs(null); // Use current active device in writeConfigurationValues()