Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityNrTest.java60 assertThat(cellIdentityNr.getTac()).isEqualTo(TAC); in testGetMethod()
117 assertThat(anotherCellIdentityNr.getTac()).isEqualTo(TAC); in testParcel()
DCellIdentityLteTest.java60 assertEquals(TAC, ci.getTac()); in testDefaultConstructor()
154 assertEquals(TAC, ci.getTac()); in testFormerConstructor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkValidator.java176 || ((CellIdentityLte) cellIdentity).getTac() == CellInfo.UNAVAILABLE) {
181 + ((CellIdentityLte) cellIdentity).getTac() + "_" + subId;
DServiceStateTracker.java2577 case CellInfo.TYPE_LTE: return ((CellIdentityLte) id).getTac(); in getAreaCodeFromCellIdentity()
2578 case CellInfo.TYPE_NR: return ((CellIdentityNr) id).getTac(); in getAreaCodeFromCellIdentity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimator.java922 mTac = getTac(cellIdentity); in updateDataRatCellIdentityBandwidth()
960 private int getTac(@NonNull CellIdentity cellIdentity) { in getTac() method in LinkBandwidthEstimator
962 return ((CellIdentityLte) cellIdentity).getTac(); in getTac()
965 return ((CellIdentityNr) cellIdentity).getTac(); in getTac()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java223 public int getTac() { in getTac() method in CellIdentityNr
DCellIdentityLte.java233 public int getTac() { in getTac() method in CellIdentityLte
/frameworks/base/core/api/
Dcurrent.txt41102 method public int getTac();
41115 method @IntRange(from=0, to=16777215) public int getTac();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28220 method public int getTac();