Searched refs:mAf (Results 1 – 2 of 2) sorted by relevance
798 private final boolean mAf; field in RadioManager.FmBandDescriptor808 mAf = af; in FmBandDescriptor()837 return mAf; in isAfSupported()854 mAf = in.readByte() == 1; in FmBandDescriptor()875 dest.writeByte((byte) (mAf ? 1 : 0)); in writeToParcel()888 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()899 result = prime * result + (mAf ? 1 : 0); in hashCode()919 if (mAf != other.isAfSupported()) in equals()1146 private final boolean mAf; field in RadioManager.FmBandConfig1155 mAf = descriptor.isAfSupported(); in FmBandConfig()[all …]
21785 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mAf:Z21794 Landroid/hardware/radio/RadioManager$FmBandConfig;->mAf:Z21801 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mAf:Z