Searched defs:NeighboringCellInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DNeighboringCellInfo.java35 public class NeighboringCellInfo implements Parcelable class in inherits:Parcelable
73 * NeighboringCellInfo is one time shot for the neighboring cells based on
77 * @deprecated by {@link #NeighboringCellInfo(int, String, int)}
80 public NeighboringCellInfo() { method in class:NeighboringCellInfo
91 * NeighboringCellInfo is one time shot for the neighboring cells based on
95 * @deprecated by {@link #NeighboringCellInfo(int, String, int)}
98 public NeighboringCellInfo(int rssi, int cid) { method in class:NeighboringCellInfo
113 public NeighboringCellInfo(int rssi, String location, int radioType) { method in class:NeighboringCellInfo
162 public NeighboringCellInfo(Parcel in) { method in class:NeighboringCellInfo
214 * which {@link NeighboringCellInfo#getLa
[all...]

Completed in 792 milliseconds