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

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

Completed in 169 milliseconds