Searched refs:CHANNEL_MODE_MONO (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 80 | 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 …]
|
D | BluetoothCodecConfigTest.java | 71 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/ |
D | BluetoothChannelModeDialogPreferenceControllerTest.java | 95 .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()
|
D | BluetoothCodecListPreferenceControllerTest.java | 137 BluetoothCodecConfig.CHANNEL_MODE_MONO in setup()
|
D | BluetoothCodecDialogPreferenceControllerTest.java | 102 .setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_MONO in setup()
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothChannelModeDialogPreferenceController.java | 69 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_MONO; in writeConfigurationValues() 109 case BluetoothCodecConfig.CHANNEL_MODE_MONO: in convertCfgToBtnIndex()
|
D | AbstractBluetoothDialogPreferenceController.java | 61 BluetoothCodecConfig.CHANNEL_MODE_MONO};
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 209 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/ |
D | A2dpCodecConfigTest.java | 84 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/ |
D | current.txt | 442 field public static final int CHANNEL_MODE_MONO = 1; // 0x1
|