Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DRadioManagerTest.java60 private static final int AM_LOWER_LIMIT = 540; field in RadioManagerTest
178 () -> new RadioManager.AmBandDescriptor(REGION, /* type= */ 100, AM_LOWER_LIMIT, in constructor_withUnsupportedTypeForBandDescriptor_throwsException()
394 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in equals_withAmBandDescriptorsOfDifferentUpperLimits_returnsFalse()
404 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in equals_withAmBandDescriptorsOfDifferentStereoSupportValues()
424 REGION + 1, RadioManager.BAND_AM_HD, AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING, in equals_withFmBandConfigsOfDifferentLowerLimitValues()
511 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in hashCode_withAmBandDescriptorsOfDifferentSpacings_notEquals()
540 .that(amBandConfig.getLowerLimit()).isEqualTo(AM_LOWER_LIMIT); in getLowerLimit_forBandConfig()
693 AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING, STEREO_SUPPORTED, RDS_SUPPORTED, in equals_withFmBandConfigsOfDifferentRegionValues()
780 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM_HD, AM_LOWER_LIMIT, in equals_withAmBandConfigsOfDifferentTypes_returnsFalse()
827 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in hashCode_withAmBandConfigsOfDifferentStereoSupports_notEquals()
[all …]
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DConvertTest.java52 private static final int AM_LOWER_LIMIT = 540; field in ConvertTest
161 .that(bands[1].getLowerLimit()).isEqualTo(AM_LOWER_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.java71 private static final int AM_LOWER_LIMIT = 540; field in ConversionUtilsTest
327 .that(bands[1].getLowerLimit()).isEqualTo(AM_LOWER_LIMIT); in propertiesFromHalProperties_bandsMatch()
969 createAmFmBandRange(AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING)}; in createAmFmRegionConfig()