Searched refs:mAf (Results 1 – 2 of 2) sorted by relevance
461 private final boolean mAf; field in RadioManager.FmBandDescriptor470 mAf = af; in FmBandDescriptor()496 return mAf; in isAfSupported()512 mAf = in.readByte() == 1; in FmBandDescriptor()533 dest.writeByte((byte) (mAf ? 1 : 0)); in writeToParcel()545 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()556 result = prime * result + (mAf ? 1 : 0); in hashCode()576 if (mAf != other.isAfSupported()) in equals()773 private final boolean mAf; field in RadioManager.FmBandConfig781 mAf = descriptor.isAfSupported(); in FmBandConfig()[all …]
95 jfieldID mAf; member372 nBandconfig->band.fm.af = env->GetBooleanField(jBandConfig, gRadioFmBandConfigFields.mAf); in convertBandConfigToNative()921 gRadioFmBandConfigFields.mAf = GetFieldIDOrDie(env, fmBandConfigClass, "mAf", "Z"); in register_android_hardware_Radio()