Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java569 BluetoothCodecConfig codecConfigSbc = in testProcessAudioStateChangedCodecConfigChangedEvents() local
577 BluetoothCodecConfig codecConfig = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents()
580 codecsLocalCapabilities[0] = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents()
581 codecsSelectableCapabilities[0] = codecConfigSbc; in testProcessAudioStateChangedCodecConfigChangedEvents()
1032 BluetoothCodecConfig codecConfigSbc = in testUpdateOptionalCodecsSupportCase() local
1054 codecsLocalCapabilities[0] = codecConfigSbc; in testUpdateOptionalCodecsSupportCase()
1056 codecsSelectableCapabilities[0] = codecConfigSbc; in testUpdateOptionalCodecsSupportCase()
1061 codecsLocalCapabilities[0] = codecConfigSbc; in testUpdateOptionalCodecsSupportCase()
1062 codecsSelectableCapabilities[0] = codecConfigSbc; in testUpdateOptionalCodecsSupportCase()
1068 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(codecConfigSbc, in testUpdateOptionalCodecsSupportCase()