Home
last modified time | relevance | path

Searched refs:FmBandDescriptor (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java660 return new FmBandDescriptor(in);
731 public static class FmBandDescriptor extends BandDescriptor { class in RadioManager
782 private FmBandDescriptor(Parcel in) { in FmBandDescriptor() method in RadioManager.FmBandDescriptor
792 = new Parcelable.Creator<FmBandDescriptor>() {
794 return new FmBandDescriptor(in);
797 public FmBandDescriptor[] newArray(int size) {
798 return new FmBandDescriptor[size];
843 if (!(obj instanceof FmBandDescriptor)) in equals()
845 FmBandDescriptor other = (FmBandDescriptor) obj; in equals()
1070 public FmBandConfig(FmBandDescriptor descriptor) { in FmBandConfig()
[all …]
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DRadioManagerTest.java84 private static final RadioManager.FmBandDescriptor FM_BAND_DESCRIPTOR =
267 RadioManager.FmBandDescriptor fmBandDescriptorFromParcel = in writeToParcel_forFmBandDescriptor()
268 RadioManager.FmBandDescriptor.CREATOR.createFromParcel(parcel); in writeToParcel_forFmBandDescriptor()
275 RadioManager.FmBandDescriptor[] fmBandDescriptors = in newArray_forFmBandDescriptorCreator()
276 RadioManager.FmBandDescriptor.CREATOR.newArray(CREATOR_ARRAY_SIZE); in newArray_forFmBandDescriptorCreator()
318 RadioManager.FmBandDescriptor fmBandDescriptorCompared = createFmBandDescriptor(); in equals_withSameFmBandDescriptors_returnsTrue()
350 RadioManager.FmBandDescriptor fmBandDescriptorCompared = createFmBandDescriptor(); in hashCode_withSameFmBandDescriptors_equals()
366 RadioManager.FmBandDescriptor fmBandDescriptorCompared = new RadioManager.FmBandDescriptor( in hashCode_withFmBandDescriptorsOfDifferentAfSupports_notEquals()
622 new RadioManager.FmBandDescriptor(REGION, RadioManager.BAND_FM_HD, FM_LOWER_LIMIT, in hashCode_withFmBandConfigsOfDifferentTypes_notEquals()
1134 private static RadioManager.FmBandDescriptor createFmBandDescriptor() { in createFmBandDescriptor()
[all …]
H A DProgramListTest.java575 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM, in createRadioTuner()
H A DTunerAdapterTest.java795 return new RadioManager.FmBandConfig(new RadioManager.FmBandDescriptor( in createBandConfig()
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp91 } FmBandDescriptor; member
427 gjni.FmBandDescriptor.clazz, gjni.FmBandDescriptor.cstor, in BandDescriptorFromHal()
680 gjni.FmBandDescriptor.clazz = MakeGlobalRefOrDie(env, fmBandDescriptorClass); in register_android_server_broadcastradio_convert()
681 gjni.FmBandDescriptor.cstor = GetMethodIDOrDie(env, fmBandDescriptorClass, in register_android_server_broadcastradio_convert()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DTunerSessionHidlTest.java86 private static final RadioManager.FmBandDescriptor FM_BAND_DESCRIPTOR =
87 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM,
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DConvert.java210 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DTunerSessionTest.java85 private static final RadioManager.FmBandDescriptor FM_BAND_DESCRIPTOR =
86 new RadioManager.FmBandDescriptor(RadioManager.REGION_ITU_1, RadioManager.BAND_FM,
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java252 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2883 android.hardware.radio.RadioManager$FmBandDescriptor$1
2884 android.hardware.radio.RadioManager$FmBandDescriptor
H A Dboot-image-profile.txt25667 Landroid/hardware/radio/RadioManager$FmBandDescriptor$1;
25668 Landroid/hardware/radio/RadioManager$FmBandDescriptor;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2887 android.hardware.radio.RadioManager$FmBandDescriptor$1
2888 android.hardware.radio.RadioManager$FmBandDescriptor
H A Dboot-image-profile.txt35774 Landroid/hardware/radio/RadioManager$FmBandDescriptor$1;
35775 Landroid/hardware/radio/RadioManager$FmBandDescriptor;
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5747 …tor public RadioManager.FmBandConfig.Builder(android.hardware.radio.RadioManager.FmBandDescriptor);
5757 …public static class RadioManager.FmBandDescriptor extends android.hardware.radio.RadioManager.Band…
5763 … final android.os.Parcelable.Creator<android.hardware.radio.RadioManager.FmBandDescriptor> CREATOR;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21792 …e/radio/RadioManager$FmBandConfig;-><init>(Landroid/hardware/radio/RadioManager$FmBandDescriptor;)V
21799 Landroid/hardware/radio/RadioManager$FmBandDescriptor;-><init>(IIIIIZZZZZ)V
21800 Landroid/hardware/radio/RadioManager$FmBandDescriptor;-><init>(Landroid/os/Parcel;)V
21801 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mAf:Z
21802 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mEa:Z
21803 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mRds:Z
21804 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mStereo:Z
21805 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mTa:Z