Searched refs:bandConfigs (Results 1 – 4 of 4) sorted by relevance
173 RadioManager.BandConfig[] bandConfigs = new RadioManager.BandConfig[1]; in getConfiguration_forTunerAdapter() local175 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() local188 () -> mRadioTuner.getConfiguration(bandConfigs)); in getConfiguration_withInvalidParameters_fails()197 RadioManager.BandConfig[] bandConfigs = new RadioManager.BandConfig[1]; in getConfiguration_whenServiceDied_fails() local200 .that(mRadioTuner.getConfiguration(bandConfigs)) in getConfiguration_whenServiceDied_fails()
583 RadioManager.BandConfig[] bandConfigs = in newArray_forBandConfigCreator() local586 mExpect.withMessage("Band Configs").that(bandConfigs).hasLength(CREATOR_ARRAY_SIZE); in newArray_forBandConfigCreator()
50 const BandConfig * bandConfigs; member
208 const BandConfig & bandCfg = presetCfg.bandConfigs[band]; in setPreset()