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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java28 public final class CellIdentityCdma extends CellIdentity { class in inherits:CellIdentity
29 private static final String TAG = CellIdentityCdma.class.getSimpleName();
56 public CellIdentityCdma() { method in class:CellIdentityCdma
77 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat) { method in class:CellIdentityCdma
95 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, String alphal, method in class:CellIdentityCdma
109 private CellIdentityCdma(CellIdentityCdma cid) { method in class:CellIdentityCdma
114 CellIdentityCdma copy() {
115 return new CellIdentityCdma(this);
185 if (!(other instanceof CellIdentityCdma)) {
225 private CellIdentityCdma(Parcel in) { method in class:CellIdentityCdma
[all...]

Completed in 46 milliseconds