FileDocCategorySizeDatePackage
CellInfoGsm.javaAPI DocAndroid 5.1 API924Sat Mar 14 14:09:34 GMT 2015android.telephony

CellInfoGsm.java

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