Searched refs:BAND_FM (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/ |
D | RadioManagerTest.java | 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() 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 …]
|
D | ProgramSelectorTest.java | 372 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()
|
D | ProgramListTest.java | 687 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM, in createRadioTuner()
|
D | TunerAdapterTest.java | 922 RadioManager.REGION_ITU_1, RadioManager.BAND_FM, /* lowerLimit= */ 87500, in createBandConfig()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | ProgramSelector.java | 632 band = (subChannel <= 0) ? RadioManager.BAND_FM : RadioManager.BAND_FM_HD; in createAmFmSelector() 638 if (!isAm && !isDigital && band != RadioManager.BAND_FM) { in createAmFmSelector()
|
D | RadioManager.java | 119 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/ |
D | Convert.java | 211 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/ |
D | ConversionUtils.java | 276 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands()
|
/frameworks/base/core/api/ |
D | system-removed.txt | 128 …hardware.radio.RadioManager.BAND_AM, android.hardware.radio.RadioManager.BAND_FM, android.hardware…
|
D | system-current.txt | 6394 field public static final int BAND_FM = 1; // 0x1
|
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/ |
D | TunerSessionHidlTest.java | 89 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM,
|
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/ |
D | TunerSessionTest.java | 97 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM,
|