FileDocCategorySizeDatePackage
RssiCurve.javaAPI DocAndroid 5.1 API1145Sat Mar 14 14:09:56 GMT 2015android.net

RssiCurve

public class RssiCurve extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public final int
activeNetworkRssiBoost
public final int
bucketWidth
public final byte[]
rssiBuckets
public final int
start
Constructors Summary
public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets)

 throw new RuntimeException("Stub!"); 
public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets, int activeNetworkRssiBoost)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public bytelookupScore(int rssi)

 throw new RuntimeException("Stub!"); 
public bytelookupScore(int rssi, boolean isActiveNetwork)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");