Home
last modified time | relevance | path

Searched refs:mTac (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java42 private final int mTac; field in CellIdentityLte
54 mTac = Integer.MAX_VALUE; in CellIdentityLte()
88 mTac = tac; in CellIdentityLte()
97 mTac = cid.mTac; in CellIdentityLte()
137 return mTac; in getTac()
149 return Objects.hash(mMcc, mMnc, mCi, mPci, mTac); in hashCode()
167 mTac == o.mTac && in equals()
178 sb.append(" mTac="); sb.append(mTac); in toString()
199 dest.writeInt(mTac); in writeToParcel()
209 mTac = in.readInt(); in CellIdentityLte()