FileDocCategorySizeDatePackage
SignalStrength.javaAPI DocAndroid 5.1 API1098Sat Mar 14 14:09:38 GMT 2015android.telephony

SignalStrength.java

package android.telephony;
public class SignalStrength
  implements android.os.Parcelable
{
SignalStrength() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  int getGsmSignalStrength() { throw new RuntimeException("Stub!"); }
public  int getGsmBitErrorRate() { 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  boolean isGsm() { 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!"); }
}