package android.telephony;
public final class CellInfoWcdma
extends android.telephony.CellInfo
implements android.os.Parcelable
{
CellInfoWcdma() { throw new RuntimeException("Stub!"); }
public android.telephony.CellIdentityWcdma getCellIdentity() { throw new RuntimeException("Stub!"); }
public android.telephony.CellSignalStrengthWcdma 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.CellInfoWcdma> CREATOR;
static { CREATOR = null; }
}
|