Searched refs:tac (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 93 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() argument 94 this(ci, pci, tac, CellInfo.UNAVAILABLE, new int[] {}, CellInfo.UNAVAILABLE, in CellIdentityLte() 115 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() argument 123 mTac = inRangeOrUnavailable(tac, 0, MAX_TAC); in CellIdentityLte() 139 this(cid.ci, cid.pci, cid.tac, cid.earfcn, new int[] {}, in CellIdentityLte() 145 this(cid.base.ci, cid.base.pci, cid.base.tac, cid.base.earfcn, new int[] {}, in CellIdentityLte() 152 this(cid.base.base.ci, cid.base.base.pci, cid.base.base.tac, cid.base.base.earfcn, in CellIdentityLte() 325 int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1; in asCellLocation() local 327 cl.setLacAndCid(tac, cid); in asCellLocation()
|
D | CellIdentityNr.java | 68 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr() argument 74 mTac = inRangeOrUnavailable(tac, 0, MAX_TAC); in CellIdentityNr() 90 this(cid.pci, cid.tac, cid.nrarfcn, new int[] {}, cid.mcc, cid.mnc, cid.nci, in CellIdentityNr() 97 this(cid.base.pci, cid.base.tac, cid.base.nrarfcn, in CellIdentityNr()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1330 lte.cellIdentityLte.tac = TAC; in testConvertHalCellInfoListForLTE() 1793 cellinfo.cellidentity.tac = TAC; in testConvertHalCellInfoList_1_4ForNr() 2178 id.base.tac = TAC; in initializeCellIdentityLte_1_2()
|