Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothCodecStatusTest.java39 BluetoothCodecConfig.SAMPLE_RATE_44100,
47 BluetoothCodecConfig.SAMPLE_RATE_44100,
55 BluetoothCodecConfig.SAMPLE_RATE_44100,
64 BluetoothCodecConfig.SAMPLE_RATE_44100 |
74 BluetoothCodecConfig.SAMPLE_RATE_44100 |
84 BluetoothCodecConfig.SAMPLE_RATE_44100 |
94 BluetoothCodecConfig.SAMPLE_RATE_44100 |
104 BluetoothCodecConfig.SAMPLE_RATE_44100 |
114 BluetoothCodecConfig.SAMPLE_RATE_44100 |
123 BluetoothCodecConfig.SAMPLE_RATE_44100 |
[all …]
H A DBluetoothCodecConfigTest.java47 BluetoothCodecConfig.SAMPLE_RATE_44100,
232 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
240 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
249 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
258 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
276 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
285 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
294 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
303 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
312 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java305 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedInSameCodec()
313 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedInSameCodec()
330 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedInSameCodec()
344 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedInSameCodec()
433 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedToAnotherCodec()
441 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedToAnotherCodec()
457 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedToAnotherCodec()
464 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedToAnotherCodec()
487 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedToAnotherCodec()
494 BluetoothCodecConfig.SAMPLE_RATE_44100, in testSetCodecPreference_parametersChangedToAnotherCodec()
[all …]
H A DA2dpServiceTest.java573 BluetoothCodecConfig.SAMPLE_RATE_44100, in testProcessAudioStateChangedCodecConfigChangedEvents()
1036 BluetoothCodecConfig.SAMPLE_RATE_44100, in testUpdateOptionalCodecsSupportCase()
1044 BluetoothCodecConfig.SAMPLE_RATE_44100, in testUpdateOptionalCodecsSupportCase()
H A DA2dpStateMachineTest.java86 BluetoothCodecConfig.SAMPLE_RATE_44100, in setUp()
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothSampleRateDialogPreferenceController.java69 sampleRateValue = BluetoothCodecConfig.SAMPLE_RATE_44100; in writeConfigurationValues()
115 case BluetoothCodecConfig.SAMPLE_RATE_44100: in convertCfgToBtnIndex()
H A DAbstractBluetoothDialogPreferenceController.java51 BluetoothCodecConfig.SAMPLE_RATE_44100};
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java98 SAMPLE_RATE_44100,
112 public static final int SAMPLE_RATE_44100 = 0x1 << 0; field in BluetoothCodecConfig
274 if ((mSampleRate & SAMPLE_RATE_44100) != 0) { in toString()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
H A DBluetoothSampleRateDialogPreferenceControllerTest.java115 verify(mBluetoothA2dpConfigStore).setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_44100); in writeConfigurationValues_checkSampleRate()