Searched refs:BITS_PER_SAMPLE_24 (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 192 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 …]
|
D | BluetoothCodecConfigTest.java | 65 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/ |
D | BluetoothBitPerSampleDialogPreferenceControllerTest.java | 92 | 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()
|
D | BluetoothCodecListPreferenceControllerTest.java | 149 | BluetoothCodecConfig.BITS_PER_SAMPLE_24) in setup() 243 .setBitsPerSample(BluetoothCodecConfig.BITS_PER_SAMPLE_24); in writeConfigurationValues_chooseHighestConfig()
|
D | BluetoothCodecDialogPreferenceControllerTest.java | 111 | 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/ |
D | BluetoothBitPerSampleDialogPreferenceController.java | 72 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24; in writeConfigurationValues() 115 case BluetoothCodecConfig.BITS_PER_SAMPLE_24: in convertCfgToBtnIndex()
|
D | AbstractBluetoothDialogPreferenceController.java | 58 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 188 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()
|
D | BluetoothLeAudioCodecConfig.java | 155 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/ |
D | A2dpCodecConfigTest.java | 116 BluetoothCodecConfig.BITS_PER_SAMPLE_24, 130 | BluetoothCodecConfig.BITS_PER_SAMPLE_24 185 BluetoothCodecConfig.BITS_PER_SAMPLE_24,
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 439 field public static final int BITS_PER_SAMPLE_24 = 2; // 0x2 967 field public static final int BITS_PER_SAMPLE_24 = 2; // 0x2
|