Home
last modified time | relevance | path

Searched refs:codecPriorityValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioCodecPreferenceController.java63 int codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in writeConfigurationValues() local
92 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
96 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
100 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
104 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
108 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
136 mBluetoothA2dpConfigStore.setCodecPriority(codecPriorityValue); in writeConfigurationValues()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioCodecPreferenceController.java63 int codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in writeConfigurationValues() local
92 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
96 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
100 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
104 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
108 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
134 mBluetoothA2dpConfigStore.setCodecPriority(codecPriorityValue); in writeConfigurationValues()