HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_MODE_STEREO (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
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...]
BluetoothCodecConfigTest.java 63 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
234 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
242 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
251 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
260 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
269 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
278 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
296 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
305 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
314 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
    [all...]
  /packages/apps/Settings/src/com/android/settings/development/
BluetoothAudioChannelModePreferenceController.java 71 channelModeValue = BluetoothCodecConfig.CHANNEL_MODE_STEREO;
87 case BluetoothCodecConfig.CHANNEL_MODE_STEREO:
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
BluetoothAudioChannelModePreferenceControllerTest.java 81 verify(mBluetoothA2dpConfigStore).setChannelMode(BluetoothCodecConfig.CHANNEL_MODE_STEREO);
95 .thenReturn(BluetoothCodecConfig.CHANNEL_MODE_STEREO);
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 63 public static final int CHANNEL_MODE_STEREO = 0x1 << 1;
187 if ((mChannelMode & CHANNEL_MODE_STEREO) != 0) {
350 * {@link android.bluetooth.BluetoothCodecConfig#CHANNEL_MODE_STEREO}
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
A2dpReceiver.java 199 int channelMode = BluetoothCodecConfig.CHANNEL_MODE_STEREO;
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
A2dpServiceTest.java 577 BluetoothCodecConfig.CHANNEL_MODE_STEREO,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 229 milliseconds