Searched refs:mAf (Results 1 – 1 of 1) sorted by relevance
709 private final boolean mAf; field in RadioManager.FmBandDescriptor719 mAf = af; in FmBandDescriptor()745 return mAf; in isAfSupported()761 mAf = in.readByte() == 1; in FmBandDescriptor()782 dest.writeByte((byte) (mAf ? 1 : 0)); in writeToParcel()794 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()805 result = prime * result + (mAf ? 1 : 0); in hashCode()825 if (mAf != other.isAfSupported()) in equals()1034 private final boolean mAf; field in RadioManager.FmBandConfig1043 mAf = descriptor.isAfSupported(); in FmBandConfig()[all …]