Searched refs:mTa (Results 1 – 2 of 2) sorted by relevance
460 private final boolean mTa; field in RadioManager.FmBandDescriptor469 mTa = ta; in FmBandDescriptor()490 return mTa; in isTaSupported()511 mTa = in.readByte() == 1; in FmBandDescriptor()532 dest.writeByte((byte) (mTa ? 1 : 0)); in writeToParcel()545 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()555 result = prime * result + (mTa ? 1 : 0); in hashCode()574 if (mTa != other.isTaSupported()) in equals()772 private final boolean mTa; field in RadioManager.FmBandConfig780 mTa = descriptor.isTaSupported(); in FmBandConfig()[all …]
94 jfieldID mTa; member371 nBandconfig->band.fm.ta = env->GetBooleanField(jBandConfig, gRadioFmBandConfigFields.mTa); in convertBandConfigToNative()920 gRadioFmBandConfigFields.mTa = GetFieldIDOrDie(env, fmBandConfigClass, "mTa", "Z"); in register_android_hardware_Radio()