Searched refs:mRds (Results 1 – 2 of 2) sorted by relevance
709 private final boolean mRds; field in RadioManager.FmBandDescriptor719 mRds = rds; in FmBandDescriptor()735 return mRds; in isRdsSupported()761 mRds = in.readByte() == 1; in FmBandDescriptor()782 dest.writeByte((byte) (mRds ? 1 : 0)); in writeToParcel()797 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()806 result = prime * result + (mRds ? 1 : 0); in hashCode()824 if (mRds != other.isRdsSupported()) in equals()1037 private final boolean mRds; field in RadioManager.FmBandConfig1046 mRds = descriptor.isRdsSupported(); in FmBandConfig()[all …]
24675 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mRds:Z24683 Landroid/hardware/radio/RadioManager$FmBandConfig;->mRds:Z24690 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mRds:Z