Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DConvertTest.java50 private static final int FM_UPPER_LIMIT = 108000; field in ConvertTest
156 .that(bands[0].getUpperLimit()).isEqualTo(FM_UPPER_LIMIT); in propertiesFromHalProperties_bandsMatch()
173 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING))); in propertiesFromHalProperties_withInvalidBand()
183 .that(bands[0].getUpperLimit()).isEqualTo(FM_UPPER_LIMIT); in propertiesFromHalProperties_withInvalidBand()
292 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING), in createAmFmRegionConfig()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DRadioManagerTest.java58 private static final int FM_UPPER_LIMIT = 108000; field in RadioManagerTest
414 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING * 2, in equals_withFmBandDescriptorsOfDifferentSpacingValues()
434 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentStereoSupportValues()
444 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentRdsSupportValues()
454 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentTaSupportValues()
464 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentAfSupportValues()
474 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentEaSupportValues()
500 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in hashCode_withFmBandDescriptorsOfDifferentAfSupports_notEquals()
548 .that(fmBandConfig.getUpperLimit()).isEqualTo(FM_UPPER_LIMIT); in getUpperLimit_forBandConfig()
704 FM_UPPER_LIMIT, FM_SPACING, !STEREO_SUPPORTED, RDS_SUPPORTED, TA_SUPPORTED, in equals_withFmBandConfigsOfDifferentStereoSupportValues()
[all …]
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DConversionUtilsTest.java69 private static final int FM_UPPER_LIMIT = 108_000; field in ConversionUtilsTest
322 .that(bands[0].getUpperLimit()).isEqualTo(FM_UPPER_LIMIT); in propertiesFromHalProperties_bandsMatch()
350 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING)}; in propertiesFromHalProperties_withInvalidBand()
360 .that(bands[0].getUpperLimit()).isEqualTo(FM_UPPER_LIMIT); in propertiesFromHalProperties_withInvalidBand()
968 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING), in createAmFmRegionConfig()