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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java26 public final class CellIdentityCdma implements Parcelable { class in inherits:Parcelable
55 public CellIdentityCdma() { method in class:CellIdentityCdma
75 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) { method in class:CellIdentityCdma
83 private CellIdentityCdma(CellIdentityCdma cid) { method in class:CellIdentityCdma
91 CellIdentityCdma copy() {
92 return new CellIdentityCdma(this);
149 CellIdentityCdma o = (CellIdentityCdma)other;
165 StringBuilder sb = new StringBuilder("CellIdentityCdma
194 private CellIdentityCdma(Parcel in) { method in class:CellIdentityCdma
[all...]

Completed in 53 milliseconds