Home
last modified time | relevance | path

Searched refs:mAf (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java709 private final boolean mAf; field in RadioManager.FmBandDescriptor
719 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.FmBandConfig
1043 mAf = descriptor.isAfSupported(); in FmBandConfig()
[all …]