Searched refs:mTa (Results 1 – 2 of 2) sorted by relevance
797 private final boolean mTa; field in RadioManager.FmBandDescriptor807 mTa = ta; in FmBandDescriptor()831 return mTa; in isTaSupported()853 mTa = in.readByte() == 1; in FmBandDescriptor()874 dest.writeByte((byte) (mTa ? 1 : 0)); in writeToParcel()888 + ", mRds=" + mRds + ", mTa=" + mTa + ", mAf=" + mAf + in toString()898 result = prime * result + (mTa ? 1 : 0); in hashCode()917 if (mTa != other.isTaSupported()) in equals()1145 private final boolean mTa; field in RadioManager.FmBandConfig1154 mTa = descriptor.isTaSupported(); in FmBandConfig()[all …]
21790 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mTa:Z21798 Landroid/hardware/radio/RadioManager$FmBandConfig;->mTa:Z21805 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mTa:Z