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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java63 * @param pci Physical Cell Id 0..503
68 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { argument
69 this(mcc, mnc, ci, pci, tac, Integer.MAX_VALUE);
77 * @param pci Physical Cell Id 0..503
83 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int earfcn) { argument
87 mPci = pci;

Completed in 27 milliseconds