Home
last modified time | relevance | path

Searched defs:SBC_PRIORITY_DEFAULT (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java61 private static final int SBC_PRIORITY_DEFAULT = 1001; field in A2dpCodecConfigTest
178 Assert.assertEquals(config.getCodecPriority(), SBC_PRIORITY_DEFAULT); in testAssignCodecConfigPriorities() local