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/
DDevelopmentSettings.java1961 int codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT; in writeBluetoothConfigurationOption() local
2009 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeBluetoothConfigurationOption()
2013 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeBluetoothConfigurationOption()
2017 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeBluetoothConfigurationOption()
2021 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeBluetoothConfigurationOption()
2025 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeBluetoothConfigurationOption()
2152 new BluetoothCodecConfig(codecTypeValue, codecPriorityValue, in writeBluetoothConfigurationOption()