Searched refs:mEa (Results 1 – 1 of 1) sorted by relevance
710 private final boolean mEa; field in RadioManager.FmBandDescriptor720 mEa = ea; in FmBandDescriptor()752 return mEa; in isEaSupported()762 mEa = in.readByte() == 1; in FmBandDescriptor()783 dest.writeByte((byte) (mEa ? 1 : 0)); in writeToParcel()795 ", mEa =" + mEa + "]"; in toString()806 result = prime * result + (mEa ? 1 : 0); in hashCode()827 if (mEa != other.isEaSupported()) in equals()1035 private final boolean mEa; field in RadioManager.FmBandConfig1044 mEa = descriptor.isEaSupported(); in FmBandConfig()[all …]