Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecStatusTest.java48 private static final BluetoothCodecConfig CONFIG_B = field in BluetoothCodecStatusTest
551 new BluetoothCodecStatus(CONFIG_B, LOCAL_CAPABILITY_B, SELECTABLE_CAPABILITY_B);
554 CONFIG_B, LOCAL_CAPABILITY_B_REORDERED, SELECTABLE_CAPABILITY_B_REORDERED);
561 expect.that(BCS_A.getCodecConfig()).isEqualTo(CONFIG_B); in testBluetoothCodecStatus_get_methods()