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