Home
last modified time | relevance | path

Searched refs:FmBandConfig (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DRadioManagerTest.java499 RadioManager.FmBandConfig fmBandConfigFromParcel = in writeToParcel_forFmBandConfig()
500 RadioManager.FmBandConfig.CREATOR.createFromParcel(parcel); in writeToParcel_forFmBandConfig()
507 RadioManager.FmBandConfig[] fmBandConfigs = in newArray_forFmBandConfigCreator()
548 RadioManager.FmBandConfig.Builder builder = in equals_withSameFmBandConfigs_returnsTrue()
549 new RadioManager.FmBandConfig.Builder(FM_BAND_CONFIG); in equals_withSameFmBandConfigs_returnsTrue()
550 RadioManager.FmBandConfig fmBandConfigCompared = builder.build(); in equals_withSameFmBandConfigs_returnsTrue()
558 RadioManager.FmBandConfig.Builder builder = new RadioManager.FmBandConfig.Builder( in equals_withFmBandConfigsOfDifferentAfs_returnsFalse()
561 RadioManager.FmBandConfig fmBandConfigFromBuilder = builder.build(); in equals_withFmBandConfigsOfDifferentAfs_returnsFalse()
621 RadioManager.FmBandConfig fmBandConfigCompared = new RadioManager.FmBandConfig( in hashCode_withFmBandConfigsOfDifferentTypes_notEquals()
1145 private static RadioManager.FmBandConfig createFmBandConfig() { in createFmBandConfig()
[all …]
H A DTunerAdapterTest.java794 private static RadioManager.FmBandConfig createBandConfig() { in createBandConfig()
795 return new RadioManager.FmBandConfig(new RadioManager.FmBandDescriptor( in createBandConfig()
H A DProgramListTest.java574 RadioManager.BandConfig band = new RadioManager.FmBandConfig( in createRadioTuner()
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp73 } FmBandConfig; member
449 gjni.FmBandConfig.clazz, gjni.FmBandConfig.cstor, descriptor.get())); in BandConfigFromHal()
478 if (env->IsInstanceOf(jConfig, gjni.FmBandConfig.clazz)) { in BandConfigToHal()
481 fm.stereo = env->GetBooleanField(jConfig, gjni.FmBandConfig.stereo); in BandConfigToHal()
483 fm.ta = env->GetBooleanField(jConfig, gjni.FmBandConfig.ta); in BandConfigToHal()
484 fm.af = env->GetBooleanField(jConfig, gjni.FmBandConfig.af); in BandConfigToHal()
485 fm.ea = env->GetBooleanField(jConfig, gjni.FmBandConfig.ea); in BandConfigToHal()
653 gjni.FmBandConfig.clazz = MakeGlobalRefOrDie(env, fmBandConfigClass); in register_android_server_broadcastradio_convert()
654 gjni.FmBandConfig.cstor = GetMethodIDOrDie(env, fmBandConfigClass, in register_android_server_broadcastradio_convert()
658 gjni.FmBandConfig.ta = GetFieldIDOrDie(env, fmBandConfigClass, "mTa", "Z"); in register_android_server_broadcastradio_convert()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1007 return new FmBandConfig(in);
1062 public static class FmBandConfig extends BandConfig { class in RadioManager
1125 private FmBandConfig(Parcel in) { in FmBandConfig() method in RadioManager.FmBandConfig
1137 return new FmBandConfig(in);
1140 public FmBandConfig[] newArray(int size) {
1141 return new FmBandConfig[size];
1186 if (!(obj instanceof FmBandConfig)) in equals()
1188 FmBandConfig other = (FmBandConfig) obj; in equals()
1232 public Builder(FmBandConfig config) { in Builder()
1247 public FmBandConfig build() { in build()
[all …]
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DTunerSessionHidlTest.java92 new RadioManager.FmBandConfig(FM_BAND_DESCRIPTOR);
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DTunerSessionTest.java91 new RadioManager.FmBandConfig(FM_BAND_DESCRIPTOR);
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5737 …public static class RadioManager.FmBandConfig extends android.hardware.radio.RadioManager.BandConf…
5743 …atic final android.os.Parcelable.Creator<android.hardware.radio.RadioManager.FmBandConfig> CREATOR;
5746 public static class RadioManager.FmBandConfig.Builder {
5747 …ctor public RadioManager.FmBandConfig.Builder(android.hardware.radio.RadioManager.FmBandDescriptor…
5748 ctor public RadioManager.FmBandConfig.Builder(android.hardware.radio.RadioManager.FmBandConfig);
5749 method public android.hardware.radio.RadioManager.FmBandConfig build();
5750 method public android.hardware.radio.RadioManager.FmBandConfig.Builder setAf(boolean);
5751 method public android.hardware.radio.RadioManager.FmBandConfig.Builder setEa(boolean);
5752 method public android.hardware.radio.RadioManager.FmBandConfig.Builder setRds(boolean);
5753 method public android.hardware.radio.RadioManager.FmBandConfig.Builder setStereo(boolean);
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2881 android.hardware.radio.RadioManager$FmBandConfig$1
2882 android.hardware.radio.RadioManager$FmBandConfig
H A Dboot-image-profile.txt25665 Landroid/hardware/radio/RadioManager$FmBandConfig$1;
25666 Landroid/hardware/radio/RadioManager$FmBandConfig;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2885 android.hardware.radio.RadioManager$FmBandConfig$1
2886 android.hardware.radio.RadioManager$FmBandConfig
H A Dboot-image-profile.txt35772 Landroid/hardware/radio/RadioManager$FmBandConfig$1;
35773 Landroid/hardware/radio/RadioManager$FmBandConfig;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21785 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mAf:Z
21787 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mEa:Z
21788 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mRds:Z
21789 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mStereo:Z
21790 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mTa:Z
21791 Landroid/hardware/radio/RadioManager$FmBandConfig;-><init>(IIIIIZZZZZ)V
21794 Landroid/hardware/radio/RadioManager$FmBandConfig;->mAf:Z
21795 Landroid/hardware/radio/RadioManager$FmBandConfig;->mEa:Z
21796 Landroid/hardware/radio/RadioManager$FmBandConfig;->mRds:Z
21797 Landroid/hardware/radio/RadioManager$FmBandConfig;->mStereo:Z
[all …]