Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DCellularNetworkValidator.java169 || ((CellIdentityLte) cellIdentity).getTac() == CellInfo.UNAVAILABLE) {
174 + ((CellIdentityLte) cellIdentity).getTac() + "_" + subId;
DLinkBandwidthEstimator.java1056 mTac = getTac(cellIdentity); in updateDataRatCellIdentityBandwidth()
1091 private int getTac(@NonNull CellIdentity cellIdentity) { in getTac() method in LinkBandwidthEstimator
1093 return ((CellIdentityLte) cellIdentity).getTac(); in getTac()
1096 return ((CellIdentityNr) cellIdentity).getTac(); in getTac()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java61 assertEquals(TAC, ci.getTac()); in testDefaultConstructor()
155 assertEquals(TAC, ci.getTac()); in testFormerConstructor()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java207 public int getTac() { in getTac() method in CellIdentityNr
DCellIdentityLte.java208 public int getTac() { in getTac() method in CellIdentityLte
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1555 tac = cil.getTac(); in setRefLocation()
1561 tac = cin.getTac(); in setRefLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2506 case CellInfo.TYPE_LTE: return ((CellIdentityLte) id).getTac(); in getAreaCodeFromCellIdentity()
2507 case CellInfo.TYPE_NR: return ((CellIdentityNr) id).getTac(); in getAreaCodeFromCellIdentity()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt44415 method public int getTac();
44427 method @IntRange(from=0, to=16777215) public int getTac();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28220 method public int getTac();