Searched defs:CellIdentityGsm (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java26 public final class CellIdentityGsm implements Parcelable { class in inherits:Parcelable
28 private static final String LOG_TAG = "CellIdentityGsm";
43 public CellIdentityGsm() { method in class:CellIdentityGsm
58 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) { method in class:CellIdentityGsm
65 private CellIdentityGsm(CellIdentityGsm cid) { method in class:CellIdentityGsm
72 CellIdentityGsm copy() {
73 return new CellIdentityGsm(this);
124 CellIdentityGsm o = (CellIdentityGsm)othe
166 private CellIdentityGsm(Parcel in) { method in class:CellIdentityGsm
[all...]

Completed in 49 milliseconds