Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DTunerAdapterTest.java173 RadioManager.BandConfig[] bandConfigs = new RadioManager.BandConfig[1]; in getConfiguration_forTunerAdapter() local
175 int status = mRadioTuner.getConfiguration(bandConfigs); in getConfiguration_forTunerAdapter()
180 .that(bandConfigs[0]).isEqualTo(TEST_BAND_CONFIG); in getConfiguration_forTunerAdapter()
185 RadioManager.BandConfig[] bandConfigs = new RadioManager.BandConfig[0]; in getConfiguration_withInvalidParameters_fails() local
188 () -> mRadioTuner.getConfiguration(bandConfigs)); in getConfiguration_withInvalidParameters_fails()
197 RadioManager.BandConfig[] bandConfigs = new RadioManager.BandConfig[1]; in getConfiguration_whenServiceDied_fails() local
200 .that(mRadioTuner.getConfiguration(bandConfigs)) in getConfiguration_whenServiceDied_fails()
DRadioManagerTest.java583 RadioManager.BandConfig[] bandConfigs = in newArray_forBandConfigCreator() local
586 mExpect.withMessage("Band Configs").that(bandConfigs).hasLength(CREATOR_ARRAY_SIZE); in newArray_forBandConfigCreator()
/frameworks/av/media/libeffects/testlibs/
DAudioEqualizer.h50 const BandConfig * bandConfigs; member
DAudioEqualizer.cpp208 const BandConfig & bandCfg = presetCfg.bandConfigs[band]; in setPreset()