Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecDialogPreferenceController.java100 int codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in writeConfigurationValues() local
106 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
110 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
114 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
118 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
122 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
126 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
130 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
134 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
140 mBluetoothA2dpConfigStore.setCodecPriority(codecPriorityValue); in writeConfigurationValues()