Home
last modified time | relevance | path

Searched refs:BAND_AM (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java503 band = (subChannel <= 0) ? RadioManager.BAND_AM : RadioManager.BAND_AM_HD; in createAmFmSelector()
509 boolean isAm = (band == RadioManager.BAND_AM || band == RadioManager.BAND_AM_HD); in createAmFmSelector()
H A DRadioManager.java115 public static final int BAND_AM = 0; field in RadioManager
127 BAND_AM,
570 if (type != BAND_AM && type != BAND_FM && type != BAND_FM_HD && type != BAND_AM_HD) { in BandDescriptor()
603 return mType == BAND_AM || mType == BAND_AM_HD; in isAmBand()
661 case BAND_AM:
1008 case BAND_AM:
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DRadioManagerTest.java143 .that(bandDescriptor.getType()).isEqualTo(RadioManager.BAND_AM); in getType_forBandDescriptor()
335 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in equals_withAmBandDescriptorsOfDifferentUpperLimits_returnsFalse()
378 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in hashCode_withAmBandDescriptorsOfDifferentSpacings_notEquals()
633 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in hashCode_withAmBandConfigsOfDifferentStereoSupports_notEquals()
1141 return new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in createAmBandDescriptor()
H A DProgramSelectorTest.java266 int band = RadioManager.BAND_AM; in createAmFmSelector_withValidFrequencyWithoutSubChannel()
323 ProgramSelector.createAmFmSelector(RadioManager.BAND_AM, invalidFrequency); in createAmFmSelector_withInvalidFrequency_throwsIllegalArgumentException()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DConvert.java217 bands.add(new RadioManager.AmBandDescriptor(region, RadioManager.BAND_AM, in amfmConfigToBands()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java261 bands.add(new RadioManager.AmBandDescriptor(region, RadioManager.BAND_AM, in amfmConfigToBands()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5661 field public static final int BAND_AM = 0; // 0x0
5710 …are.radio.RadioManager.BAND_INVALID, android.hardware.radio.RadioManager.BAND_AM, android.hardware…