public class NeighboringCellInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<NeighboringCellInfo> |
CREATOR |
static int |
UNKNOWN_CID |
static int |
UNKNOWN_RSSI |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
NeighboringCellInfo()
Deprecated.
|
NeighboringCellInfo(int rssi,
int cid)
Deprecated.
|
NeighboringCellInfo(int rssi,
String location,
int radioType) |
NeighboringCellInfo(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getCid() |
int |
getLac() |
int |
getNetworkType() |
int |
getPsc() |
int |
getRssi() |
void |
setCid(int cid)
Deprecated.
|
void |
setRssi(int rssi)
Deprecated.
|
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final int UNKNOWN_RSSI
public static final int UNKNOWN_CID
public static final Parcelable.Creator<NeighboringCellInfo> CREATOR
@Deprecated public NeighboringCellInfo()
@Deprecated public NeighboringCellInfo(int rssi, int cid)
public NeighboringCellInfo(int rssi,
String location,
int radioType)
public NeighboringCellInfo(Parcel in)
public int getRssi()
public int getLac()
public int getCid()
public int getPsc()
public int getNetworkType()
@Deprecated public void setCid(int cid)
@Deprecated public void setRssi(int rssi)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.