Searched defs:CellIdentityWcdma (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityWcdma.java | 28 public final class CellIdentityWcdma extends CellIdentity { class 44 public CellIdentityWcdma() { in CellIdentityWcdma() method in CellIdentityWcdma 61 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { in CellIdentityWcdma() method in CellIdentityWcdma 77 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) { in CellIdentityWcdma() method in CellIdentityWcdma 94 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn, in CellIdentityWcdma() method in CellIdentityWcdma 103 private CellIdentityWcdma(CellIdentityWcdma cid) { in CellIdentityWcdma() method in CellIdentityWcdma 238 private CellIdentityWcdma(Parcel in) { in CellIdentityWcdma() method in CellIdentityWcdma
|