Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte()
81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte()
100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5253 Parcel p, int ci, int pci, int tac, int earfcn, int bandwidth, String mcc, String mnc, in writeToParcelForLte()