Home
last modified time | relevance | path

Searched refs:CHANNEL_MODE_MONO (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java80 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
93 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
118 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
131 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
156 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
169 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
194 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
207 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
237 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
255 | BluetoothCodecConfig.CHANNEL_MODE_MONO,
[all …]
DBluetoothCodecConfigTest.java71 BluetoothCodecConfig.CHANNEL_MODE_MONO,
439 BluetoothCodecConfig.CHANNEL_MODE_MONO, in testBluetoothCodecConfig_different_channel_mode()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothChannelModeDialogPreferenceControllerTest.java95 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_MONO in setup()
119 verify(mBluetoothA2dpConfigStore).setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_MONO); in writeConfigurationValues_checkChannelMode()
142 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.CHANNEL_MODE_MONO)); in getSelectableIndex_verifyList()
DBluetoothCodecListPreferenceControllerTest.java137 BluetoothCodecConfig.CHANNEL_MODE_MONO in setup()
DBluetoothCodecDialogPreferenceControllerTest.java102 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_MONO in setup()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothChannelModeDialogPreferenceController.java69 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_MONO; in writeConfigurationValues()
109 case BluetoothCodecConfig.CHANNEL_MODE_MONO: in convertCfgToBtnIndex()
DAbstractBluetoothDialogPreferenceController.java61 BluetoothCodecConfig.CHANNEL_MODE_MONO};
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java209 value = {CHANNEL_MODE_NONE, CHANNEL_MODE_MONO, CHANNEL_MODE_STEREO})
217 public static final int CHANNEL_MODE_MONO = 0x1 << 0; field in BluetoothCodecConfig
443 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java84 BluetoothCodecConfig.CHANNEL_MODE_MONO
449 BluetoothCodecConfig.CHANNEL_MODE_MONO, in testSetCodecPreference_parametersChangedInSameCodec()
577 BluetoothCodecConfig.CHANNEL_MODE_MONO, in testSetCodecPreference_parametersChangedToAnotherCodec()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt442 field public static final int CHANNEL_MODE_MONO = 1; // 0x1