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

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

Completed in 128 milliseconds