Home
last modified time | relevance | path

Searched refs:BITS_PER_SAMPLE_24 (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothCodecStatusTest.java154 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
164 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
174 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
186 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
200 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
214 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
303 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
312 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
321 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
333 BluetoothCodecConfig.BITS_PER_SAMPLE_24 |
[all …]
H A DBluetoothCodecConfigTest.java57 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
277 BluetoothCodecConfig.BITS_PER_SAMPLE_24, in testBluetoothCodecConfig_equals()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
H A DBluetoothBitPerSampleDialogPreferenceControllerTest.java86 BluetoothCodecConfig.BITS_PER_SAMPLE_16 | BluetoothCodecConfig.BITS_PER_SAMPLE_24, in setup()
92 BluetoothCodecConfig.BITS_PER_SAMPLE_24, in setup()
106 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_selectDefault_setHighest()
115 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_checkBitsPerSample()
124 mController.convertCfgToBtnIndex(BluetoothCodecConfig.BITS_PER_SAMPLE_24)); in getCurrentIndexByConfig_verifyIndex()
136 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.BITS_PER_SAMPLE_24)); in getSelectableIndex_verifyList()
H A DBluetoothCodecDialogPreferenceControllerTest.java96 BluetoothCodecConfig.BITS_PER_SAMPLE_16 | BluetoothCodecConfig.BITS_PER_SAMPLE_24, in setup()
158 BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_resetHighestConfig()
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/
H A DBluetoothBitPerSampleDialogPreferenceController.java72 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24; in writeConfigurationValues()
115 case BluetoothCodecConfig.BITS_PER_SAMPLE_24: in convertCfgToBtnIndex()
H A DAbstractBluetoothDialogPreferenceController.java53 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java134 BITS_PER_SAMPLE_24,
147 public static final int BITS_PER_SAMPLE_24 = 0x1 << 1; field in BluetoothCodecConfig
300 if ((mBitsPerSample & BITS_PER_SAMPLE_24) != 0) { in toString()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java93 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
103 | BluetoothCodecConfig.BITS_PER_SAMPLE_24
131 BluetoothCodecConfig.BITS_PER_SAMPLE_24,