Home
last modified time | relevance | path

Searched refs:CHANNEL_MODE_STEREO (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java42 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
54 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
66 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
79 BluetoothCodecConfig.CHANNEL_MODE_STEREO
92 BluetoothCodecConfig.CHANNEL_MODE_STEREO
105 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
117 BluetoothCodecConfig.CHANNEL_MODE_STEREO
130 BluetoothCodecConfig.CHANNEL_MODE_STEREO
143 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
155 BluetoothCodecConfig.CHANNEL_MODE_STEREO
[all …]
DBluetoothCodecConfigTest.java72 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
287 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_same()
299 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_same()
315 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_different_codec_type()
327 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_different_codec_type()
343 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_different_codec_priority()
355 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_different_codec_priority()
371 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_different_sample_rate()
383 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_different_sample_rate()
399 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_different_bits_per_sample()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java85 | BluetoothCodecConfig.CHANNEL_MODE_STEREO,
95 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
106 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
117 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
132 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
142 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
156 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
166 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
176 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
186 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
[all …]
DA2dpStateMachineTest.java95 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setUp()
107 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setUp()
120 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setUp()
DA2dpServiceTest.java553 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testProcessAudioStateChangedCodecConfigChangedEvents()
1225 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testUpdateOptionalCodecsSupportCase()
1236 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testUpdateOptionalCodecsSupportCase()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothChannelModeDialogPreferenceControllerTest.java91 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setup()
96 | BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setup()
113 verify(mBluetoothA2dpConfigStore).setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO); in writeConfigurationValues_selectDefault_setHighest()
122 verify(mBluetoothA2dpConfigStore).setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO); in writeConfigurationValues_checkChannelMode()
128 mController.convertCfgToBtnIndex(BluetoothCodecConfig.CHANNEL_MODE_STEREO)); in getCurrentIndexByConfig_verifyIndex()
143 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.CHANNEL_MODE_STEREO)); in getSelectableIndex_verifyList()
DBluetoothCodecListPreferenceControllerTest.java138 | BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setup()
150 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setup()
245 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO); in writeConfigurationValues_chooseHighestConfig()
DBluetoothCodecDialogPreferenceControllerTest.java103 | BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setup()
112 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO) in setup()
200 BluetoothCodecConfig.CHANNEL_MODE_STEREO); in writeConfigurationValues_resetHighestConfig()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothChannelModeDialogPreferenceController.java72 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_STEREO; in writeConfigurationValues()
112 case BluetoothCodecConfig.CHANNEL_MODE_STEREO: in convertCfgToBtnIndex()
DAbstractBluetoothDialogPreferenceController.java60 protected static final int[] CHANNEL_MODES = {BluetoothCodecConfig.CHANNEL_MODE_STEREO,
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java209 value = {CHANNEL_MODE_NONE, CHANNEL_MODE_MONO, CHANNEL_MODE_STEREO})
220 public static final int CHANNEL_MODE_STEREO = 0x1 << 1; field in BluetoothCodecConfig
446 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) { in toString()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java200 int channelMode = BluetoothCodecConfig.CHANNEL_MODE_STEREO; in processParameters()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt444 field public static final int CHANNEL_MODE_STEREO = 2; // 0x2