Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java192 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
205 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
218 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
234 | BluetoothCodecConfig.BITS_PER_SAMPLE_24
252 | BluetoothCodecConfig.BITS_PER_SAMPLE_24
270 | BluetoothCodecConfig.BITS_PER_SAMPLE_24
398 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
411 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
424 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
440 | BluetoothCodecConfig.BITS_PER_SAMPLE_24
[all …]
DBluetoothCodecConfigTest.java65 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
410 BluetoothCodecConfig.BITS_PER_SAMPLE_24, in testBluetoothCodecConfig_different_bits_per_sample()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothBitPerSampleDialogPreferenceControllerTest.java92 | BluetoothCodecConfig.BITS_PER_SAMPLE_24) in setup()
96 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24) in setup()
113 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_selectDefault_setHighest()
122 verify(mBluetoothA2dpConfigStore).setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_checkBitsPerSample()
131 mController.convertCfgToBtnIndex(BluetoothCodecConfig.BITS_PER_SAMPLE_24)); in getCurrentIndexByConfig_verifyIndex()
146 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.BITS_PER_SAMPLE_24)); in getSelectableIndex_verifyList()
DBluetoothCodecListPreferenceControllerTest.java149 | BluetoothCodecConfig.BITS_PER_SAMPLE_24) in setup()
243 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_chooseHighestConfig()
DBluetoothCodecDialogPreferenceControllerTest.java111 | BluetoothCodecConfig.BITS_PER_SAMPLE_24) in setup()
198 BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_resetHighestConfig()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothBitPerSampleDialogPreferenceController.java72 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24; in writeConfigurationValues()
115 case BluetoothCodecConfig.BITS_PER_SAMPLE_24: in convertCfgToBtnIndex()
DAbstractBluetoothDialogPreferenceController.java58 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java188 BITS_PER_SAMPLE_24,
201 public static final int BITS_PER_SAMPLE_24 = 0x1 << 1; field in BluetoothCodecConfig
432 if ((mBitsPerSample & BITS_PER_SAMPLE_24) != 0) { in toString()
DBluetoothLeAudioCodecConfig.java155 BITS_PER_SAMPLE_24,
168 public static final int BITS_PER_SAMPLE_24 = 0x01 << 1; field in BluetoothLeAudioCodecConfig
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java116 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
130 | BluetoothCodecConfig.BITS_PER_SAMPLE_24
185 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt439 field public static final int BITS_PER_SAMPLE_24 = 2; // 0x2
967 field public static final int BITS_PER_SAMPLE_24 = 2; // 0x2