/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 128 | BluetoothCodecConfig.SAMPLE_RATE_96000, 194 BluetoothCodecConfig.SAMPLE_RATE_96000, 456 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() 471 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() 494 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() 501 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() 517 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() 524 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() 540 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() 547 BluetoothCodecConfig.SAMPLE_RATE_96000, in testSetCodecPreference_parametersChangedInSameCodec() [all …]
|
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 232 | BluetoothCodecConfig.SAMPLE_RATE_96000, 250 | BluetoothCodecConfig.SAMPLE_RATE_96000, 268 | BluetoothCodecConfig.SAMPLE_RATE_96000, 438 | BluetoothCodecConfig.SAMPLE_RATE_96000, 456 | BluetoothCodecConfig.SAMPLE_RATE_96000, 474 | BluetoothCodecConfig.SAMPLE_RATE_96000,
|
D | BluetoothCodecConfigTest.java | 57 BluetoothCodecConfig.SAMPLE_RATE_96000,
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | BluetoothSampleRateDialogPreferenceControllerTest.java | 97 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_96000) in setup() 133 verify(mBluetoothA2dpConfigStore).setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_96000); in writeConfigurationValues_checkSampleRate() 139 mController.convertCfgToBtnIndex(BluetoothCodecConfig.SAMPLE_RATE_96000)); in getCurrentIndexByConfig_verifyIndex()
|
D | BluetoothQualityDialogPreferenceControllerTest.java | 94 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_96000) in setup()
|
D | BluetoothCodecListPreferenceControllerTest.java | 133 BluetoothCodecConfig.SAMPLE_RATE_96000 in setup()
|
D | BluetoothCodecDialogPreferenceControllerTest.java | 99 .setSampleRate(BluetoothCodecConfig.SAMPLE_RATE_96000 in setup()
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothSampleRateDialogPreferenceController.java | 78 sampleRateValue = BluetoothCodecConfig.SAMPLE_RATE_96000; in writeConfigurationValues() 124 case BluetoothCodecConfig.SAMPLE_RATE_96000: in convertCfgToBtnIndex()
|
D | AbstractBluetoothDialogPreferenceController.java | 53 BluetoothCodecConfig.SAMPLE_RATE_96000,
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeAudioCodecConfig.java | 87 SAMPLE_RATE_96000, 134 public static final int SAMPLE_RATE_96000 = 0x01 << 9; field in BluetoothLeAudioCodecConfig 332 case SAMPLE_RATE_96000: in sampleRateToString()
|
D | BluetoothLeAudioCodecConfigMetadata.java | 405 && sampleRate != BluetoothLeAudioCodecConfig.SAMPLE_RATE_96000 in setSampleRate() 551 return BluetoothLeAudioCodecConfig.SAMPLE_RATE_96000; in convertToSampleRateBitset() 587 case BluetoothLeAudioCodecConfig.SAMPLE_RATE_96000: in convertToSamplingFrequencyValue()
|
D | BluetoothCodecConfig.java | 154 SAMPLE_RATE_96000, 174 public static final int SAMPLE_RATE_96000 = 0x1 << 3; field in BluetoothCodecConfig 415 if ((mSampleRate & SAMPLE_RATE_96000) != 0) { in toString()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 454 field public static final int SAMPLE_RATE_96000 = 8; // 0x8 992 …th.flags.leaudio_add_sampling_frequencies") public static final int SAMPLE_RATE_96000 = 512; // 0x…
|