Searched defs:CellInfoGsm (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/telephony/java/android/telephony/
H A DCellInfoGsm.java26 public final class CellInfoGsm extends CellInfo implements Parcelable { class in inherits:CellInfo,Parcelable
28 private static final String LOG_TAG = "CellInfoGsm";
35 public CellInfoGsm() { method in class:CellInfoGsm
42 public CellInfoGsm(CellInfoGsm ci) { method in class:CellInfoGsm
78 CellInfoGsm o = (CellInfoGsm) other;
90 sb.append("CellInfoGsm:{");
114 * Construct a CellInfoGsm object from the given parcel
117 private CellInfoGsm(Parce method in class:CellInfoGsm
[all...]

Completed in 46 milliseconds