Home
last modified time | relevance | path

Searched refs:BAND_FM (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DRadioManagerTest.java414 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()
524 .that(fmBandConfig.getType()).isEqualTo(RadioManager.BAND_FM); in getType_forBandConfig()
703 new RadioManager.FmBandDescriptor(REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, in equals_withFmBandConfigsOfDifferentStereoSupportValues()
714 new RadioManager.FmBandDescriptor(REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, in equals_withFmBandConfigsOfDifferentRdsSupportValues()
[all …]
DProgramSelectorTest.java372 ProgramSelector.createAmFmSelector(RadioManager.BAND_FM, (int) FM_FREQUENCY, in createAmFmSelector_withInvalidSubChannel_throwsIllegalArgumentException()
384 ProgramSelector.createAmFmSelector(RadioManager.BAND_FM, (int) FM_FREQUENCY, in createAmFmSelector_withSubChannelNotSupported_throwsIllegalArgumentException()
DProgramListTest.java687 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM, in createRadioTuner()
DTunerAdapterTest.java922 RadioManager.REGION_ITU_1, RadioManager.BAND_FM, /* lowerLimit= */ 87500, in createBandConfig()
/frameworks/base/core/java/android/hardware/radio/
DProgramSelector.java632 band = (subChannel <= 0) ? RadioManager.BAND_FM : RadioManager.BAND_FM_HD; in createAmFmSelector()
638 if (!isAm && !isDigital && band != RadioManager.BAND_FM) { in createAmFmSelector()
DRadioManager.java119 public static final int BAND_FM = 1; field in RadioManager
130 BAND_FM,
623 if (type != BAND_AM && type != BAND_FM && type != BAND_FM_HD && type != BAND_AM_HD) { in BandDescriptor()
667 return mType == BAND_FM || mType == BAND_FM_HD; in isFmBand()
719 case BAND_FM:
1083 case BAND_FM:
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DConvert.java211 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands()
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DConversionUtils.java276 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands()
/frameworks/base/core/api/
Dsystem-removed.txt128 …hardware.radio.RadioManager.BAND_AM, android.hardware.radio.RadioManager.BAND_FM, android.hardware…
Dsystem-current.txt6394 field public static final int BAND_FM = 1; // 0x1
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DTunerSessionHidlTest.java89 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM,
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DTunerSessionTest.java97 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM,