Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioBitsPerSamplePreferenceController.java62 int bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; // default in writeConfigurationValues() local
68 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_16; in writeConfigurationValues()
71 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24; in writeConfigurationValues()
74 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_32; in writeConfigurationValues()
79 mBluetoothA2dpConfigStore.setBitsPerSample(bitsPerSampleValue); in writeConfigurationValues()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioBitsPerSamplePreferenceController.java62 int bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; // default in writeConfigurationValues() local
68 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_16; in writeConfigurationValues()
71 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24; in writeConfigurationValues()
74 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_32; in writeConfigurationValues()
79 mBluetoothA2dpConfigStore.setBitsPerSample(bitsPerSampleValue); in writeConfigurationValues()