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.java462 private final boolean mEa; field in RadioManager.FmBandDescriptor
471 mEa = ea; in FmBandDescriptor()
503 return mEa; in isEaSupported()
513 mEa = in.readByte() == 1; in FmBandDescriptor()
534 dest.writeByte((byte) (mEa ? 1 : 0)); in writeToParcel()
546 ", mEa =" + mEa + "]"; in toString()
557 result = prime * result + (mEa ? 1 : 0); in hashCode()
578 if (mEa != other.isEaSupported()) in equals()
774 private final boolean mEa; field in RadioManager.FmBandConfig
782 mEa = descriptor.isEaSupported(); in FmBandConfig()
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp96 jfieldID mEa; member
373 nBandconfig->band.fm.ea = env->GetBooleanField(jBandConfig, gRadioFmBandConfigFields.mEa); in convertBandConfigToNative()
922 gRadioFmBandConfigFields.mEa = in register_android_hardware_Radio()