Searched refs:pci (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityLte.java | 95 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 124 mPci = inRangeOrUnavailable(pci, 0, MAX_PCI); in CellIdentityLte()
|
H A D | CellIdentityNr.java | 81 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr() argument 86 mPci = inRangeOrUnavailable(pci, 0, MAX_PCI); in CellIdentityNr()
|