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

/frameworks/base/telephony/java/android/telephony/
H A DLteCellIdentity.java27 public final class LteCellIdentity extends CellIdentity implements Parcelable { class in inherits:CellIdentity,Parcelable
49 public LteCellIdentity (int mcc, int mnc, method in class:LteCellIdentity
59 private LteCellIdentity(Parcel in) { method in class:LteCellIdentity
68 LteCellIdentity(LteCellIdentity cid) { method in class:LteCellIdentity
130 public static final Creator<LteCellIdentity> CREATOR =
131 new Creator<LteCellIdentity>() {
133 public LteCellIdentity createFromParcel(Parcel in) {
134 return new LteCellIdentity(in);
138 public LteCellIdentity[] newArra
[all...]

Completed in 37 milliseconds