Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DRadioManagerTest.java61 private static final int AM_UPPER_LIMIT = 1700; field in RadioManagerTest
179 AM_UPPER_LIMIT, AM_SPACING, STEREO_SUPPORTED)); in constructor_withUnsupportedTypeForBandDescriptor_throwsException()
214 .that(bandDescriptor.getUpperLimit()).isEqualTo(AM_UPPER_LIMIT); in getUpperLimit_forBandDescriptor()
395 AM_UPPER_LIMIT + AM_SPACING, AM_SPACING, STEREO_SUPPORTED); in equals_withAmBandDescriptorsOfDifferentUpperLimits_returnsFalse()
405 AM_UPPER_LIMIT, AM_SPACING, !STEREO_SUPPORTED); in equals_withAmBandDescriptorsOfDifferentStereoSupportValues()
424 REGION + 1, RadioManager.BAND_AM_HD, AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING, in equals_withFmBandConfigsOfDifferentLowerLimitValues()
512 AM_UPPER_LIMIT, AM_SPACING * 2, STEREO_SUPPORTED); in hashCode_withAmBandDescriptorsOfDifferentSpacings_notEquals()
693 AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING, STEREO_SUPPORTED, RDS_SUPPORTED, in equals_withFmBandConfigsOfDifferentRegionValues()
781 AM_UPPER_LIMIT, AM_SPACING, STEREO_SUPPORTED)); in equals_withAmBandConfigsOfDifferentTypes_returnsFalse()
828 AM_UPPER_LIMIT, AM_SPACING, !STEREO_SUPPORTED)); in hashCode_withAmBandConfigsOfDifferentStereoSupports_notEquals()
[all …]
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DConvertTest.java53 private static final int AM_UPPER_LIMIT = 1700; field in ConvertTest
163 .that(bands[1].getUpperLimit()).isEqualTo(AM_UPPER_LIMIT); in propertiesFromHalProperties_bandsMatch()
293 createAmFmBandRange(AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING))); in createAmFmRegionConfig()
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DConversionUtilsTest.java72 private static final int AM_UPPER_LIMIT = 1_700; field in ConversionUtilsTest
329 .that(bands[1].getUpperLimit()).isEqualTo(AM_UPPER_LIMIT); in propertiesFromHalProperties_bandsMatch()
969 createAmFmBandRange(AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING)}; in createAmFmRegionConfig()