Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioCodecPreferenceController.java62 int codecTypeValue = BluetoothCodecConfig.SAMPLE_RATE_NONE; // default in writeConfigurationValues() local
72 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC; in writeConfigurationValues()
75 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC; in writeConfigurationValues()
78 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX; in writeConfigurationValues()
81 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD; in writeConfigurationValues()
84 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC; in writeConfigurationValues()
91 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC; in writeConfigurationValues()
95 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC; in writeConfigurationValues()
99 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX; in writeConfigurationValues()
103 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD; in writeConfigurationValues()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioCodecPreferenceController.java62 int codecTypeValue = BluetoothCodecConfig.SAMPLE_RATE_NONE; // default in writeConfigurationValues() local
72 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC; in writeConfigurationValues()
75 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC; in writeConfigurationValues()
78 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX; in writeConfigurationValues()
81 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD; in writeConfigurationValues()
84 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC; in writeConfigurationValues()
91 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC; in writeConfigurationValues()
95 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC; in writeConfigurationValues()
99 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX; in writeConfigurationValues()
103 codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD; in writeConfigurationValues()
[all …]