Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java570 BluetoothCodecConfig[] codecConfigsArray = in testDisableOptionalCodecs() local
572 codecConfigsArray[0] = new BluetoothCodecConfig( in testDisableOptionalCodecs()
587 codecConfigsArray); in testDisableOptionalCodecs()
597 .setCodecConfigPreference(mTestDevice, codecConfigsArray); in testDisableOptionalCodecs()
603 BluetoothCodecConfig[] codecConfigsArray = in testEnableOptionalCodecs() local
605 codecConfigsArray[0] = new BluetoothCodecConfig( in testEnableOptionalCodecs()
619 .setCodecConfigPreference(mTestDevice, codecConfigsArray); in testEnableOptionalCodecs()
628 .setCodecConfigPreference(mTestDevice, codecConfigsArray); in testEnableOptionalCodecs()