Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothBitPerSampleDialogPreferenceControllerTest.java91 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16 in setup()
96 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24) in setup()
113 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_selectDefault_setHighest()
119 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16); in writeConfigurationValues_checkBitsPerSample()
122 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_checkBitsPerSample()
125 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_32); in writeConfigurationValues_checkBitsPerSample()
DBluetoothCodecDialogPreferenceControllerTest.java103 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_32) in setup()
112 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16 in setup()
199 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setBitsPerSample( in writeConfigurationValues_resetHighestConfig()
DAbstractBluetoothDialogPreferenceControllerTest.java225 verify(mBluetoothA2dpConfigStore).setBitsPerSample(mCodecConfigAAC.getBitsPerSample()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java49 public void setBitsPerSample(int bitsPerSample) { in setBitsPerSample() method in BluetoothA2dpConfigStore
78 .setBitsPerSample(mBitsPerSample) in createCodecConfig()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java91 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16) in setUp()
102 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16) in setUp()
114 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_16) in setUp()
DA2dpCodecConfigTest.java966 .setBitsPerSample(bitsPerSample) in buildBluetoothCodecConfig()
DA2dpServiceTest.java1109 .setBitsPerSample(bitsPerSample) in buildBluetoothCodecConfig()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothBitPerSampleDialogPreferenceController.java80 mBluetoothA2dpConfigStore.setBitsPerSample(bitsPerSampleValue); in writeConfigurationValues()
DBluetoothCodecDialogPreferenceController.java143 mBluetoothA2dpConfigStore.setBitsPerSample(getHighestBitsPerSample(config)); in writeConfigurationValues()
DAbstractBluetoothDialogPreferenceController.java122 mBluetoothA2dpConfigStore.setBitsPerSample(config.getBitsPerSample()); in initConfigStore()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecConfig.java477 public @NonNull Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample() method in BluetoothLeAudioCodecConfig.Builder
DBluetoothCodecConfig.java791 public @NonNull Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample() method in BluetoothCodecConfig.Builder
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java347 .setBitsPerSample(bitsPerSample) in buildBluetoothCodecConfig()
DBluetoothCodecStatusTest.java481 .setBitsPerSample(bitsPerSample) in buildBluetoothCodecConfig()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java458 .setBitsPerSample(bitsPerSample) in setCodecValue()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt466 method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setBitsPerSample(int);
972 …method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setBitsPerSample(int);