Searched refs:CHANNEL_MODE_STEREO (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 41 BluetoothCodecConfig.CHANNEL_MODE_STEREO, 49 BluetoothCodecConfig.CHANNEL_MODE_STEREO, 57 BluetoothCodecConfig.CHANNEL_MODE_STEREO, 67 BluetoothCodecConfig.CHANNEL_MODE_STEREO | 77 BluetoothCodecConfig.CHANNEL_MODE_STEREO | 87 BluetoothCodecConfig.CHANNEL_MODE_STEREO, 97 BluetoothCodecConfig.CHANNEL_MODE_STEREO | 107 BluetoothCodecConfig.CHANNEL_MODE_STEREO | 117 BluetoothCodecConfig.CHANNEL_MODE_STEREO, 126 BluetoothCodecConfig.CHANNEL_MODE_STEREO | [all …]
|
D | BluetoothCodecConfigTest.java | 63 BluetoothCodecConfig.CHANNEL_MODE_STEREO, 234 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 242 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 251 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 260 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 269 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 278 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 296 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 305 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() 314 BluetoothCodecConfig.CHANNEL_MODE_STEREO, in testBluetoothCodecConfig_equals() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 157 CHANNEL_MODE_STEREO 169 public static final int CHANNEL_MODE_STEREO = 0x1 << 1; field in BluetoothCodecConfig 314 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) { in toString()
|