Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java548 private static final BluetoothCodecStatus BCS_A = field in BluetoothCodecStatusTest
560 expect.that(BCS_A.getCodecConfig()).isEqualTo(CONFIG_A); in testBluetoothCodecStatus_get_methods()
561 expect.that(BCS_A.getCodecConfig()).isEqualTo(CONFIG_B); in testBluetoothCodecStatus_get_methods()
562 expect.that(BCS_A.getCodecConfig()).isNotEqualTo(CONFIG_C); in testBluetoothCodecStatus_get_methods()
564 expect.that(BCS_A.getCodecsLocalCapabilities()).isEqualTo(LOCAL_CAPABILITY_A); in testBluetoothCodecStatus_get_methods()
565 expect.that(BCS_A.getCodecsLocalCapabilities()).isEqualTo(LOCAL_CAPABILITY_B); in testBluetoothCodecStatus_get_methods()
566 expect.that(BCS_A.getCodecsLocalCapabilities()).isNotEqualTo(LOCAL_CAPABILITY_C); in testBluetoothCodecStatus_get_methods()
568 expect.that(BCS_A.getCodecsSelectableCapabilities()).isEqualTo(SELECTABLE_CAPABILITY_A); in testBluetoothCodecStatus_get_methods()
569 expect.that(BCS_A.getCodecsSelectableCapabilities()).isEqualTo(SELECTABLE_CAPABILITY_B); in testBluetoothCodecStatus_get_methods()
570 expect.that(BCS_A.getCodecsSelectableCapabilities()).isNotEqualTo(SELECTABLE_CAPABILITY_C); in testBluetoothCodecStatus_get_methods()
[all …]