Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java80 RadioManager.BandConfig mAmBandConfig; field in RadioTunerTest
146 mAmBandConfig = new RadioManager.AmBandConfig.Builder(mAmBandDescriptor).build(); in openTuner()
197 int ret = mRadioTuner.setConfiguration(mAmBandConfig); in testSetAndGetConfiguration()
206 assertEquals(mAmBandConfig, config[0]); in testSetAndGetConfiguration()
219 ret = mRadioTuner.setConfiguration(mAmBandConfig); in testSetBadConfiguration()