Searched refs:mTa (Results 1 – 1 of 1) sorted by relevance
708 private final boolean mTa; field in RadioManager.FmBandDescriptor718 mTa = ta; in FmBandDescriptor()739 return mTa; in isTaSupported()760 mTa = in.readByte() == 1; in FmBandDescriptor()781 dest.writeByte((byte) (mTa ? 1 : 0)); in writeToParcel()794 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()804 result = prime * result + (mTa ? 1 : 0); in hashCode()823 if (mTa != other.isTaSupported()) in equals()1033 private final boolean mTa; field in RadioManager.FmBandConfig1042 mTa = descriptor.isTaSupported(); in FmBandConfig()[all …]