android.telephony
Class NeighboringCellInfo

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

public class NeighboringCellInfo
extends java.lang.Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<NeighboringCellInfo> CREATOR
           
static int UNKNOWN_CID
           
static int UNKNOWN_RSSI
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
NeighboringCellInfo()
           
NeighboringCellInfo(int rssi, int cid)
           
NeighboringCellInfo(int rssi, java.lang.String location, int radioType)
           
NeighboringCellInfo(Parcel in)
           
 
Method Summary
 int describeContents()
           
 int getCid()
           
 int getLac()
           
 int getNetworkType()
           
 int getPsc()
           
 int getRssi()
           
 void setCid(int cid)
           
 void setRssi(int rssi)
           
 java.lang.String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_RSSI

public static final int UNKNOWN_RSSI
See Also:
Constant Field Values

UNKNOWN_CID

public static final int UNKNOWN_CID
See Also:
Constant Field Values

CREATOR

public static final Parcelable.Creator<NeighboringCellInfo> CREATOR
Constructor Detail

NeighboringCellInfo

public NeighboringCellInfo()

NeighboringCellInfo

public NeighboringCellInfo(int rssi,
                           int cid)

NeighboringCellInfo

public NeighboringCellInfo(int rssi,
                           java.lang.String location,
                           int radioType)

NeighboringCellInfo

public NeighboringCellInfo(Parcel in)
Method Detail

getRssi

public int getRssi()

getLac

public int getLac()

getCid

public int getCid()

getPsc

public int getPsc()

getNetworkType

public int getNetworkType()

setCid

public void setCid(int cid)

setRssi

public void setRssi(int rssi)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

describeContents

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

writeToParcel

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


Copyright © 2008-2010. All Rights Reserved.