Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachineTest.java61 private BluetoothCodecConfig mCodecConfigSbc; field in A2dpStateMachineTest
83 mCodecConfigSbc = new BluetoothCodecConfig( in setUp()
316 codecsSelectableSbc[0] = mCodecConfigSbc; in testProcessCodecConfigEventCase()
320 codecsSelectableSbcAac[0] = mCodecConfigSbc; in testProcessCodecConfigEventCase()
323 BluetoothCodecStatus codecStatusSbcAndSbc = new BluetoothCodecStatus(mCodecConfigSbc, in testProcessCodecConfigEventCase()
325 BluetoothCodecStatus codecStatusSbcAndSbcAac = new BluetoothCodecStatus(mCodecConfigSbc, in testProcessCodecConfigEventCase()