Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DConvertTest.java171 amFmRegionConfig.ranges = new ArrayList<>(Arrays.asList(createAmFmBandRange( in propertiesFromHalProperties_withInvalidBand()
173 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING))); in propertiesFromHalProperties_withInvalidBand()
292 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING), in createAmFmRegionConfig()
293 createAmFmBandRange(AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING))); in createAmFmRegionConfig()
297 private static AmFmBandRange createAmFmBandRange(int lowerBound, int upperBound, int spacing) { in createAmFmBandRange() method in ConvertTest
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DConversionUtilsTest.java348 amFmRegionConfig.ranges = new AmFmBandRange[]{createAmFmBandRange(/* lowerBound= */ 50000, in propertiesFromHalProperties_withInvalidBand()
350 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING)}; in propertiesFromHalProperties_withInvalidBand()
968 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING), in createAmFmRegionConfig()
969 createAmFmBandRange(AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING)}; in createAmFmRegionConfig()
973 private static AmFmBandRange createAmFmBandRange(int lowerBound, int upperBound, int spacing) { in createAmFmBandRange() method in ConversionUtilsTest