Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothChannelModeDialogPreferenceController.java59 int channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_NONE; // default in writeConfigurationValues() local
64 channelModeValue = getHighestChannelMode(getSelectableByCodecType( in writeConfigurationValues()
69 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_MONO; in writeConfigurationValues()
72 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_STEREO; in writeConfigurationValues()
77 mBluetoothA2dpConfigStore.setChannelMode(channelModeValue); in writeConfigurationValues()