Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
H A DBluetoothBitPerSampleDialogPreferenceControllerTest.java106 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_selectDefault_setHighest()
112 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16); in writeConfigurationValues_checkBitsPerSample()
115 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_checkBitsPerSample()
118 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_32); in writeConfigurationValues_checkBitsPerSample()
H A DBluetoothCodecDialogPreferenceControllerTest.java157 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setBitsPerSample( in writeConfigurationValues_resetHighestConfig()
H A DAbstractBluetoothDialogPreferenceControllerTest.java202 verify(mBluetoothA2dpConfigStore).setBitsPerSample(mCodecConfigAAC.getBitsPerSample()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DBluetoothA2dpConfigStore.java49 public void setBitsPerSample(int bitsPerSample) { in setBitsPerSample() method in BluetoothA2dpConfigStore
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothBitPerSampleDialogPreferenceController.java80 mBluetoothA2dpConfigStore.setBitsPerSample(bitsPerSampleValue); in writeConfigurationValues()
H A DBluetoothCodecDialogPreferenceController.java132 mBluetoothA2dpConfigStore.setBitsPerSample(getHighestBitsPerSample(config)); in writeConfigurationValues()
H A DAbstractBluetoothDialogPreferenceController.java116 mBluetoothA2dpConfigStore.setBitsPerSample(config.getBitsPerSample()); in initConfigStore()