Searched defs:FmBandConfig (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp73 } FmBandConfig; member in struct:android::server::BroadcastRadio::convert::__anon1098
449 gjni.FmBandConfig.clazz, gjni.FmBandConfig.cstor, descriptor.get()));
478 if (env->IsInstanceOf(jConfig, gjni.FmBandConfig.clazz)) {
481 fm.stereo = env->GetBooleanField(jConfig, gjni.FmBandConfig.stereo);
482 fm.rds = RdsForRegion(env->GetBooleanField(jConfig, gjni.FmBandConfig.rds), region);
483 fm.ta = env->GetBooleanField(jConfig, gjni.FmBandConfig.ta);
484 fm.af = env->GetBooleanField(jConfig, gjni.FmBandConfig.af);
485 fm.ea = env->GetBooleanField(jConfig, gjni.FmBandConfig.ea);
652 "android/hardware/radio/RadioManager$FmBandConfig");
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java976 return new FmBandConfig(in);
1030 public static class FmBandConfig extends BandConfig { class in class:RadioManager
1038 public FmBandConfig(FmBandDescriptor descriptor) { method in class:RadioManager.FmBandConfig
1047 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, method in class:RadioManager.FmBandConfig
1093 private FmBandConfig(Parcel in) { method in class:RadioManager.FmBandConfig
1102 public static final Parcelable.Creator<FmBandConfig> CREATOR
1103 = new Parcelable.Creator<FmBandConfig>() {
1104 public FmBandConfig createFromParcel(Parcel in) {
1105 return new FmBandConfig(in);
1108 public FmBandConfig[] newArra
[all...]

Completed in 2097 milliseconds