Searched refs:pci (Results 1 – 2 of 2) sorted by relevance
63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() argument67 mPci = pci; in CellIdentityLte()
133 int pci; in handlePollStateResultMessage() local170 pci = Integer.decode(states[7]); in handlePollStateResultMessage()174 pci = Integer.MAX_VALUE; in handlePollStateResultMessage()191 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac); in handlePollStateResultMessage()