Searched refs:mRds (Results 1 – 1 of 1) sorted by relevance
707 private final boolean mRds; field in RadioManager.FmBandDescriptor717 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.FmBandConfig1041 mRds = descriptor.isRdsSupported(); in FmBandConfig()[all …]