FileDocCategorySizeDatePackage
CellInfoCdma.javaAPI DocAndroid 5.1 API929Sat Mar 14 14:09:36 GMT 2015android.telephony

CellInfoCdma.java

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