Searched defs:CellIdentityLte (Results 1 – 1 of 1) sorted by relevance
| /frameworks/base/telephony/java/android/telephony/ |
| D | CellIdentityLte.java | 31 public final class CellIdentityLte extends CellIdentity { class 56 public CellIdentityLte() { in CellIdentityLte() method in CellIdentityLte 76 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() method in CellIdentityLte 95 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte() method in CellIdentityLte 106 public CellIdentityLte(android.hardware.radio.V1_0.CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 111 public CellIdentityLte(android.hardware.radio.V1_2.CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 117 private CellIdentityLte(CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 299 private CellIdentityLte(Parcel in) { in CellIdentityLte() method in CellIdentityLte
|