Searched refs:AM_SPACING (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/ |
D | RadioManagerTest.java | 62 private static final int AM_SPACING = 10; field in RadioManagerTest 179 AM_UPPER_LIMIT, AM_SPACING, STEREO_SUPPORTED)); in constructor_withUnsupportedTypeForBandDescriptor_throwsException() 222 .that(bandDescriptor.getSpacing()).isEqualTo(AM_SPACING); in getSpacing_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/ |
D | ConvertTest.java | 54 private static final int AM_SPACING = 10; field in ConvertTest 165 .that(bands[1].getSpacing()).isEqualTo(AM_SPACING); 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/ |
D | ConversionUtilsTest.java | 73 private static final int AM_SPACING = 10; field in ConversionUtilsTest 331 .that(bands[1].getSpacing()).isEqualTo(AM_SPACING); in propertiesFromHalProperties_bandsMatch() 969 createAmFmBandRange(AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING)}; in createAmFmRegionConfig()
|