Home
last modified time | relevance | path

Searched refs:mEa (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java460 private final boolean mEa; field in RadioManager.FmBandDescriptor
469 mEa = ea; in FmBandDescriptor()
501 return mEa; in isEaSupported()
511 mEa = in.readByte() == 1; in FmBandDescriptor()
532 dest.writeByte((byte) (mEa ? 1 : 0)); in writeToParcel()
544 ", mEa =" + mEa + "]"; in toString()
555 result = prime * result + (mEa ? 1 : 0); in hashCode()
576 if (mEa != other.isEaSupported()) in equals()
772 private final boolean mEa; field in RadioManager.FmBandConfig
780 mEa = descriptor.isEaSupported(); in FmBandConfig()
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp96 jfieldID mEa; member
370 nBandconfig->band.fm.ea = env->GetBooleanField(jBandConfig, gRadioFmBandConfigFields.mEa); in convertBandConfigToNative()
920 gRadioFmBandConfigFields.mEa = in register_android_hardware_Radio()