Searched refs:CHANNEL_MODE_MONO (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 68 BluetoothCodecConfig.CHANNEL_MODE_MONO, 78 BluetoothCodecConfig.CHANNEL_MODE_MONO, 98 BluetoothCodecConfig.CHANNEL_MODE_MONO, 108 BluetoothCodecConfig.CHANNEL_MODE_MONO, 127 BluetoothCodecConfig.CHANNEL_MODE_MONO, 137 BluetoothCodecConfig.CHANNEL_MODE_MONO, 156 BluetoothCodecConfig.CHANNEL_MODE_MONO, 166 BluetoothCodecConfig.CHANNEL_MODE_MONO, 189 BluetoothCodecConfig.CHANNEL_MODE_MONO, 203 BluetoothCodecConfig.CHANNEL_MODE_MONO, [all …]
|
D | BluetoothCodecConfigTest.java | 62 BluetoothCodecConfig.CHANNEL_MODE_MONO, 287 BluetoothCodecConfig.CHANNEL_MODE_MONO, in testBluetoothCodecConfig_equals()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 156 CHANNEL_MODE_MONO, 166 public static final int CHANNEL_MODE_MONO = 0x1 << 0; field in BluetoothCodecConfig 311 if ((mChannelMode & CHANNEL_MODE_MONO) != 0) { in toString()
|