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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java58 * @param pci Physical Cell Id 0..503
63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { argument
67 mPci = pci;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java144 int pci;
181 pci = Integer.decode(states[7]);
183 loge("handlePollStateResultMessage: bad pci states[7]=" +
185 pci = Integer.MAX_VALUE;
202 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac);

Completed in 116 milliseconds