Searched refs:BAND_AM (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/radio/ |
D | ProgramSelector.java | 630 band = (subChannel <= 0) ? RadioManager.BAND_AM : RadioManager.BAND_AM_HD; in createAmFmSelector() 636 boolean isAm = (band == RadioManager.BAND_AM || band == RadioManager.BAND_AM_HD); in createAmFmSelector()
|
D | RadioManager.java | 116 public static final int BAND_AM = 0; field in RadioManager 129 BAND_AM, 623 if (type != BAND_AM && type != BAND_FM && type != BAND_FM_HD && type != BAND_AM_HD) { in BandDescriptor() 658 return mType == BAND_AM || mType == BAND_AM_HD; in isAmBand() 722 case BAND_AM: 1086 case BAND_AM:
|
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/ |
D | RadioManagerTest.java | 190 .that(bandDescriptor.getType()).isEqualTo(RadioManager.BAND_AM); in getType_forBandDescriptor() 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() 511 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in hashCode_withAmBandDescriptorsOfDifferentSpacings_notEquals() 827 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in hashCode_withAmBandConfigsOfDifferentStereoSupports_notEquals() 1385 return new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in createAmBandDescriptor()
|
D | ProgramSelectorTest.java | 277 int band = RadioManager.BAND_AM; in createAmFmSelector_withValidFrequencyWithoutSubChannel() 359 ProgramSelector.createAmFmSelector(RadioManager.BAND_AM, invalidFrequency); in createAmFmSelector_withInvalidFrequency_throwsIllegalArgumentException()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
D | Convert.java | 218 bands.add(new RadioManager.AmBandDescriptor(region, RadioManager.BAND_AM, in amfmConfigToBands()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/ |
D | ConversionUtils.java | 285 bands.add(new RadioManager.AmBandDescriptor(region, RadioManager.BAND_AM, in amfmConfigToBands()
|
/frameworks/base/core/api/ |
D | system-removed.txt | 128 …are.radio.RadioManager.BAND_INVALID, android.hardware.radio.RadioManager.BAND_AM, android.hardware…
|
D | system-current.txt | 6392 field public static final int BAND_AM = 0; // 0x0
|