Searched refs:getTac (Results 1 – 10 of 10) sorted by relevance
169 || ((CellIdentityLte) cellIdentity).getTac() == CellInfo.UNAVAILABLE) {174 + ((CellIdentityLte) cellIdentity).getTac() + "_" + subId;
1056 mTac = getTac(cellIdentity); in updateDataRatCellIdentityBandwidth()1091 private int getTac(@NonNull CellIdentity cellIdentity) { in getTac() method in LinkBandwidthEstimator1093 return ((CellIdentityLte) cellIdentity).getTac(); in getTac()1096 return ((CellIdentityNr) cellIdentity).getTac(); in getTac()
61 assertEquals(TAC, ci.getTac()); in testDefaultConstructor()155 assertEquals(TAC, ci.getTac()); in testFormerConstructor()
207 public int getTac() { in getTac() method in CellIdentityNr
208 public int getTac() { in getTac() method in CellIdentityLte
1555 tac = cil.getTac(); in setRefLocation()1561 tac = cin.getTac(); in setRefLocation()
2506 case CellInfo.TYPE_LTE: return ((CellIdentityLte) id).getTac(); in getAreaCodeFromCellIdentity()2507 case CellInfo.TYPE_NR: return ((CellIdentityNr) id).getTac(); in getAreaCodeFromCellIdentity()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
44415 method public int getTac();44427 method @IntRange(from=0, to=16777215) public int getTac();
28220 method public int getTac();