Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioChannelModePreferenceController.java62 int channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_NONE; // default in writeConfigurationValues() local
68 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_MONO; in writeConfigurationValues()
71 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_STEREO; in writeConfigurationValues()
76 mBluetoothA2dpConfigStore.setChannelMode(channelModeValue); in writeConfigurationValues()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioChannelModePreferenceController.java62 int channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_NONE; // default in writeConfigurationValues() local
68 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_MONO; in writeConfigurationValues()
71 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_STEREO; in writeConfigurationValues()
76 mBluetoothA2dpConfigStore.setChannelMode(channelModeValue); in writeConfigurationValues()