Searched refs:CellIdentityCdma (Results 1 - 2 of 2) 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;
194 private CellIdentityCdma(Parce method in class:CellIdentityCdma
[all...]
H A DCellInfoCdma.java31 private CellIdentityCdma mCellIdentityCdma;
37 mCellIdentityCdma = new CellIdentityCdma();
48 public CellIdentityCdma getCellIdentity() {
52 public void setCellIdentity(CellIdentityCdma cid) {
118 mCellIdentityCdma = CellIdentityCdma.CREATOR.createFromParcel(in);

Completed in 559 milliseconds