Searched refs:setBitsPerSample (Results 1 – 9 of 9) sorted by relevance
106 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()
157 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setBitsPerSample( in writeConfigurationValues_resetHighestConfig()
200 verify(mBluetoothA2dpConfigStore).setBitsPerSample(mCodecConfigAAC.getBitsPerSample()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
49 public void setBitsPerSample(int bitsPerSample) { in setBitsPerSample() method in BluetoothA2dpConfigStore
79 mBluetoothA2dpConfigStore.setBitsPerSample(bitsPerSampleValue); in writeConfigurationValues()
80 mBluetoothA2dpConfigStore.setBitsPerSample(bitsPerSampleValue); in writeConfigurationValues()
140 mBluetoothA2dpConfigStore.setBitsPerSample(getHighestBitsPerSample(config)); in writeConfigurationValues()
114 mBluetoothA2dpConfigStore.setBitsPerSample(config.getBitsPerSample()); in initConfigStore()