FileDocCategorySizeDatePackage
CellSignalStrength.javaAPI DocAndroid 5.1 API2075Thu Mar 12 22:22:42 GMT 2015android.telephony

CellSignalStrength

public abstract class CellSignalStrength extends Object
Abstract base class for cell phone signal strength related information.

Fields Summary
public static final int
SIGNAL_STRENGTH_NONE_OR_UNKNOWN
public static final int
SIGNAL_STRENGTH_POOR
public static final int
SIGNAL_STRENGTH_MODERATE
public static final int
SIGNAL_STRENGTH_GOOD
public static final int
SIGNAL_STRENGTH_GREAT
public static final int
NUM_SIGNAL_STRENGTH_BINS
public static final String[]
SIGNAL_STRENGTH_NAMES
Constructors Summary
protected CellSignalStrength()

hide


      
      
    
Methods Summary
public abstract android.telephony.CellSignalStrengthcopy()
Copies the CellSignalStrength.

return
A deep copy of this class.
hide

public abstract booleanequals(java.lang.Object o)

public abstract intgetAsuLevel()
Get the signal level as an asu value between 0..31, 99 is unknown

public abstract intgetDbm()
Get the signal strength as dBm

public abstract intgetLevel()
Get signal level as an int from 0..4

public abstract inthashCode()

public abstract voidsetDefaultValues()

hide