D | CellIdentityLte.java | 28 public final class CellIdentityLte implements Parcelable { class 49 public CellIdentityLte() { in CellIdentityLte() method in CellIdentityLte 68 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() method in CellIdentityLte 83 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte() method in CellIdentityLte 92 private CellIdentityLte(CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 101 CellIdentityLte copy() { in copy() 102 return new CellIdentityLte(this); in copy() 158 if (!(other instanceof CellIdentityLte)) { in equals() 162 CellIdentityLte o = (CellIdentityLte) other; in equals() 204 private CellIdentityLte(Parcel in) { in CellIdentityLte() method in CellIdentityLte [all …]
|