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 D | BluetoothCodecStatusTest.java | 154 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 D | BluetoothCodecConfigTest.java | 57 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 D | BluetoothBitPerSampleDialogPreferenceControllerTest.java | 86 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 D | BluetoothCodecDialogPreferenceControllerTest.java | 96 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 D | BluetoothBitPerSampleDialogPreferenceController.java | 72 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24; in writeConfigurationValues() 115 case BluetoothCodecConfig.BITS_PER_SAMPLE_24: in convertCfgToBtnIndex()
|
H A D | AbstractBluetoothDialogPreferenceController.java | 53 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothCodecConfig.java | 134 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 D | A2dpCodecConfigTest.java | 93 BluetoothCodecConfig.BITS_PER_SAMPLE_24, 103 | BluetoothCodecConfig.BITS_PER_SAMPLE_24 131 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
|