FileDocCategorySizeDatePackage
CellIdentityGsm.javaAPI DocAndroid 5.1 API1065Sat Mar 14 14:09:40 GMT 2015android.telephony

CellIdentityGsm.java

package android.telephony;
public final class CellIdentityGsm
  implements android.os.Parcelable
{
CellIdentityGsm() { throw new RuntimeException("Stub!"); }
public  int getMcc() { throw new RuntimeException("Stub!"); }
public  int getMnc() { throw new RuntimeException("Stub!"); }
public  int getLac() { throw new RuntimeException("Stub!"); }
public  int getCid() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  int getPsc() { 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!"); }
@java.lang.SuppressWarnings(value={"hiding"})
public static final android.os.Parcelable.Creator<android.telephony.CellIdentityGsm> CREATOR;
static { CREATOR = null; }
}