Searched defs:pci (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 65 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/ |
D | RIL.java | 5253 Parcel p, int ci, int pci, int tac, int earfcn, int bandwidth, String mcc, String mnc, in writeToParcelForLte()
|