Searched refs:mRds (Results 1 – 2 of 2) sorted by relevance
459 private final boolean mRds; field in RadioManager.FmBandDescriptor468 mRds = rds; in FmBandDescriptor()484 return mRds; in isRdsSupported()510 mRds = in.readByte() == 1; in FmBandDescriptor()531 dest.writeByte((byte) (mRds ? 1 : 0)); in writeToParcel()545 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()554 result = prime * result + (mRds ? 1 : 0); in hashCode()572 if (mRds != other.isRdsSupported()) in equals()771 private final boolean mRds; field in RadioManager.FmBandConfig779 mRds = descriptor.isRdsSupported(); in FmBandConfig()[all …]
93 jfieldID mRds; member369 gRadioFmBandConfigFields.mRds), in convertBandConfigToNative()919 gRadioFmBandConfigFields.mRds = GetFieldIDOrDie(env, fmBandConfigClass, "mRds", "Z"); in register_android_hardware_Radio()