Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() argument
67 mPci = pci; in CellIdentityLte()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java133 int pci; in handlePollStateResultMessage() local
170 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()