android.telephony
Class SignalStrength

java.lang.Object
  extended by android.telephony.SignalStrength
All Implemented Interfaces:
Parcelable

public class SignalStrength
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 boolean equals(Object o)
           
 int getCdmaDbm()
           
 int getCdmaEcio()
           
 int getEvdoDbm()
           
 int getEvdoEcio()
           
 int getEvdoSnr()
           
 int getGsmBitErrorRate()
           
 int getGsmSignalStrength()
           
 int hashCode()
           
 boolean isGsm()
           
 String toString()
           
 void writeToParcel(Parcel out, int flags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

writeToParcel

public void writeToParcel(Parcel out,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

getGsmSignalStrength

public int getGsmSignalStrength()

getGsmBitErrorRate

public int getGsmBitErrorRate()

getCdmaDbm

public int getCdmaDbm()

getCdmaEcio

public int getCdmaEcio()

getEvdoDbm

public int getEvdoDbm()

getEvdoEcio

public int getEvdoEcio()

getEvdoSnr

public int getEvdoSnr()

isGsm

public boolean isGsm()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.