Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachineTest.java323 BluetoothCodecStatus codecStatusSbcAndSbc = new BluetoothCodecStatus(mCodecConfigSbc, in testProcessCodecConfigEventCase() local
332 mA2dpStateMachine.processCodecConfigEvent(codecStatusSbcAndSbc); in testProcessCodecConfigEventCase()
333 verify(mA2dpService).codecConfigUpdated(mTestDevice, codecStatusSbcAndSbc, false); in testProcessCodecConfigEventCase()