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

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

Completed in 587 milliseconds