D | CellIdentityLte.java | 28 public final class CellIdentityLte extends CellIdentity { class 29 private static final String TAG = CellIdentityLte.class.getSimpleName(); 46 public CellIdentityLte() { in CellIdentityLte() method in CellIdentityLte 65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() method in CellIdentityLte 81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte() method in CellIdentityLte 100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte() method in CellIdentityLte 110 private CellIdentityLte(CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte 115 CellIdentityLte copy() { in copy() 116 return new CellIdentityLte(this); in copy() 210 if (!(other instanceof CellIdentityLte)) { in equals() [all …]
|