Searched refs:SAMPLE_RATE_44100 (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothCodecStatusTest.java | 39 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 D | BluetoothCodecConfigTest.java | 47 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 D | A2dpCodecConfigTest.java | 305 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 D | A2dpServiceTest.java | 573 BluetoothCodecConfig.SAMPLE_RATE_44100, in testProcessAudioStateChangedCodecConfigChangedEvents() 1036 BluetoothCodecConfig.SAMPLE_RATE_44100, in testUpdateOptionalCodecsSupportCase() 1044 BluetoothCodecConfig.SAMPLE_RATE_44100, in testUpdateOptionalCodecsSupportCase()
|
H A D | A2dpStateMachineTest.java | 86 BluetoothCodecConfig.SAMPLE_RATE_44100, in setUp()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | BluetoothSampleRateDialogPreferenceController.java | 69 sampleRateValue = BluetoothCodecConfig.SAMPLE_RATE_44100; in writeConfigurationValues() 115 case BluetoothCodecConfig.SAMPLE_RATE_44100: in convertCfgToBtnIndex()
|
H A D | AbstractBluetoothDialogPreferenceController.java | 51 BluetoothCodecConfig.SAMPLE_RATE_44100};
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecConfig.java | 98 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 D | BluetoothSampleRateDialogPreferenceControllerTest.java | 115 verify(mBluetoothA2dpConfigStore).setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_44100); in writeConfigurationValues_checkSampleRate()
|