Searched refs:mEa (Results 1 – 2 of 2) sorted by relevance
462 private final boolean mEa; field in RadioManager.FmBandDescriptor471 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.FmBandConfig782 mEa = descriptor.isEaSupported(); in FmBandConfig()[all …]
96 jfieldID mEa; member373 nBandconfig->band.fm.ea = env->GetBooleanField(jBandConfig, gRadioFmBandConfigFields.mEa); in convertBandConfigToNative()922 gRadioFmBandConfigFields.mEa = in register_android_hardware_Radio()