Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java707 private final boolean mRds; field in RadioManager.FmBandDescriptor
717 mRds = rds; in FmBandDescriptor()
733 return mRds; in isRdsSupported()
759 mRds = in.readByte() == 1; in FmBandDescriptor()
780 dest.writeByte((byte) (mRds ? 1 : 0)); in writeToParcel()
794 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()
803 result = prime * result + (mRds ? 1 : 0); in hashCode()
821 if (mRds != other.isRdsSupported()) in equals()
1032 private final boolean mRds; field in RadioManager.FmBandConfig
1041 mRds = descriptor.isRdsSupported(); in FmBandConfig()
[all …]