FileDocCategorySizeDatePackage
CellSignalStrengthCdma.javaAPI DocAndroid 5.1 API1456Sat Mar 14 14:09:38 GMT 2015android.telephony

CellSignalStrengthCdma.java

package android.telephony;
public final class CellSignalStrengthCdma
  extends android.telephony.CellSignalStrength
  implements android.os.Parcelable
{
CellSignalStrengthCdma() { throw new RuntimeException("Stub!"); }
public  int getLevel() { throw new RuntimeException("Stub!"); }
public  int getAsuLevel() { throw new RuntimeException("Stub!"); }
public  int getCdmaLevel() { throw new RuntimeException("Stub!"); }
public  int getEvdoLevel() { throw new RuntimeException("Stub!"); }
public  int getDbm() { throw new RuntimeException("Stub!"); }
public  int getCdmaDbm() { throw new RuntimeException("Stub!"); }
public  int getCdmaEcio() { throw new RuntimeException("Stub!"); }
public  int getEvdoDbm() { throw new RuntimeException("Stub!"); }
public  int getEvdoEcio() { throw new RuntimeException("Stub!"); }
public  int getEvdoSnr() { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"hiding"})
public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthCdma> CREATOR;
static { CREATOR = null; }
}