Home
last modified time | relevance | path

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

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