Searched refs:FM_SPACING (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/ |
D | ConvertTest.java | 51 private static final int FM_SPACING = 200; field in ConvertTest 71 private static final int TEST_ANNOUNCEMENT_FREQUENCY = FM_LOWER_LIMIT + FM_SPACING; 158 .that(bands[0].getSpacing()).isEqualTo(FM_SPACING); in propertiesFromHalProperties_bandsMatch() 173 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING))); in propertiesFromHalProperties_withInvalidBand() 185 .that(bands[0].getSpacing()).isEqualTo(FM_SPACING); in propertiesFromHalProperties_withInvalidBand() 292 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING), in createAmFmRegionConfig()
|
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/ |
D | RadioManagerTest.java | 59 private static final int FM_SPACING = 200; 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() 556 .that(fmBandConfig.getSpacing()).isEqualTo(FM_SPACING); in getSpacing_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/ |
D | ConversionUtilsTest.java | 70 private static final int FM_SPACING = 200; field in ConversionUtilsTest 159 private static final int TEST_ANNOUNCEMENT_FREQUENCY = FM_LOWER_LIMIT + FM_SPACING; 324 .that(bands[0].getSpacing()).isEqualTo(FM_SPACING); in propertiesFromHalProperties_bandsMatch() 350 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING)}; in propertiesFromHalProperties_withInvalidBand() 362 .that(bands[0].getSpacing()).isEqualTo(FM_SPACING); in propertiesFromHalProperties_withInvalidBand() 968 createAmFmBandRange(FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING), in createAmFmRegionConfig()
|