Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachineTest.java325 BluetoothCodecStatus codecStatusSbcAndSbcAac = new BluetoothCodecStatus(mCodecConfigSbc, in testProcessCodecConfigEventCase() local
354 mA2dpStateMachine.processCodecConfigEvent(codecStatusSbcAndSbcAac); in testProcessCodecConfigEventCase()
356 verify(mA2dpService).codecConfigUpdated(mTestDevice, codecStatusSbcAndSbcAac, true); in testProcessCodecConfigEventCase()