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

/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.java25 public abstract class CellInfo implements Parcelable { class in inherits:Parcelable
61 protected CellInfo() { method in class:CellInfo
68 protected CellInfo(CellInfo ci) { method in class:CellInfo
126 CellInfo o = (CellInfo) other;
191 protected CellInfo(Parcel in) { method in class:CellInfo
198 public static final Creator<CellInfo> CREATOR = new Creator<CellInfo>() {
200 public CellInfo createFromParce
[all...]

Completed in 388 milliseconds