package android.telephony;
public final class CellInfoLte
extends android.telephony.CellInfo
implements android.os.Parcelable
{
CellInfoLte() { throw new RuntimeException("Stub!"); }
public android.telephony.CellIdentityLte getCellIdentity() { throw new RuntimeException("Stub!"); }
public android.telephony.CellSignalStrengthLte getCellSignalStrength() { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.telephony.CellInfoLte> CREATOR;
static { CREATOR = null; }
}
|