Searched refs:getTac (Results 1 – 9 of 9) sorted by relevance
60 assertThat(cellIdentityNr.getTac()).isEqualTo(TAC); in testGetMethod()117 assertThat(anotherCellIdentityNr.getTac()).isEqualTo(TAC); in testParcel()
60 assertEquals(TAC, ci.getTac()); in testDefaultConstructor()154 assertEquals(TAC, ci.getTac()); in testFormerConstructor()
176 || ((CellIdentityLte) cellIdentity).getTac() == CellInfo.UNAVAILABLE) {181 + ((CellIdentityLte) cellIdentity).getTac() + "_" + subId;
2577 case CellInfo.TYPE_LTE: return ((CellIdentityLte) id).getTac(); in getAreaCodeFromCellIdentity()2578 case CellInfo.TYPE_NR: return ((CellIdentityNr) id).getTac(); in getAreaCodeFromCellIdentity()
922 mTac = getTac(cellIdentity); in updateDataRatCellIdentityBandwidth()960 private int getTac(@NonNull CellIdentity cellIdentity) { in getTac() method in LinkBandwidthEstimator962 return ((CellIdentityLte) cellIdentity).getTac(); in getTac()965 return ((CellIdentityNr) cellIdentity).getTac(); in getTac()
223 public int getTac() { in getTac() method in CellIdentityNr
233 public int getTac() { in getTac() method in CellIdentityLte
41102 method public int getTac();41115 method @IntRange(from=0, to=16777215) public int getTac();
28220 method public int getTac();