Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java95 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() argument
96 this(ci, pci, tac, CellInfo.UNAVAILABLE, new int[] {}, CellInfo.UNAVAILABLE, in CellIdentityLte()
117 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() argument
125 mTac = inRangeOrUnavailable(tac, 0, MAX_TAC); in CellIdentityLte()
141 this(cid.ci, cid.pci, cid.tac, cid.earfcn, new int[] {}, in CellIdentityLte()
147 this(cid.base.ci, cid.base.pci, cid.base.tac, cid.base.earfcn, new int[] {}, in CellIdentityLte()
154 this(cid.base.base.ci, cid.base.base.pci, cid.base.base.tac, cid.base.base.earfcn, in CellIdentityLte()
327 int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1; in asCellLocation() local
329 cl.setLacAndCid(tac, cid); in asCellLocation()
DCellIdentityNr.java82 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr() argument
88 mTac = inRangeOrUnavailable(tac, 0, MAX_TAC); in CellIdentityNr()
104 this(cid.pci, cid.tac, cid.nrarfcn, new int[] {}, cid.mcc, cid.mnc, cid.nci, in CellIdentityNr()
111 this(cid.base.pci, cid.base.tac, cid.base.nrarfcn, in CellIdentityNr()
144 int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1; in asCellLocation() local
145 cl.setLacAndCid(tac, -1); in asCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimator.java1011 NetworkKey(String plmn, int tac, String dataRat) { in NetworkKey() argument
1013 mTac = tac; in NetworkKey()
1055 public NetworkBandwidth lookupNetwork(String plmn, int tac, String dataRat) { in lookupNetwork() argument
1060 NetworkKey key = new NetworkKey(plmn, tac, dataRat); in lookupNetwork()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1479 lte.cellIdentityLte.tac = TAC; in testConvertHalCellInfoListForLTE()
1942 cellinfo.cellidentity.tac = TAC; in testConvertHalCellInfoList_1_4ForNr()
2458 id.base.tac = TAC; in initializeCellIdentityLte_1_2()