Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java62 private static final int AAC_PRIORITY_DEFAULT = 3001; field in A2dpCodecConfigTest
181 Assert.assertEquals(config.getCodecPriority(), AAC_PRIORITY_DEFAULT); in testAssignCodecConfigPriorities() local