Home
last modified time | relevance | path

Searched refs:pci (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java93 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
122 mPci = inRangeOrUnavailable(pci, 0, MAX_PCI); 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()
DCellIdentityNr.java68 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr() argument
73 mPci = inRangeOrUnavailable(pci, 0, MAX_PCI); 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/
DRILTest.java1329 lte.cellIdentityLte.pci = PCI; in testConvertHalCellInfoListForLTE()
1792 cellinfo.cellidentity.pci = PCI; in testConvertHalCellInfoList_1_4ForNr()
2177 id.base.pci = PCI; in initializeCellIdentityLte_1_2()