Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java68 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() argument
69 this(mcc, mnc, ci, pci, tac, Integer.MAX_VALUE); in CellIdentityLte()
83 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte() argument
87 mPci = pci; in CellIdentityLte()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5057 p.writeInt(cellInfoLte.cellIdentityLte.pci); in convertHalCellInfoList()