Lines Matching refs:CellInfoGsm
26 public final class CellInfoGsm extends CellInfo implements Parcelable { class
35 public CellInfoGsm() { in CellInfoGsm() method in CellInfoGsm
42 public CellInfoGsm(CellInfoGsm ci) { in CellInfoGsm() method in CellInfoGsm
78 CellInfoGsm o = (CellInfoGsm) other; in equals()
117 private CellInfoGsm(Parcel in) { in CellInfoGsm() method in CellInfoGsm
124 public static final Creator<CellInfoGsm> CREATOR = new Creator<CellInfoGsm>() {
126 public CellInfoGsm createFromParcel(Parcel in) {
132 public CellInfoGsm[] newArray(int size) {
133 return new CellInfoGsm[size];
138 protected static CellInfoGsm createFromParcelBody(Parcel in) { in createFromParcelBody()
139 return new CellInfoGsm(in); in createFromParcelBody()