Searched refs:CellIdentityCdma (Results 1 – 8 of 8) sorted by relevance
26 public final class CellIdentityCdma implements Parcelable { class55 public CellIdentityCdma() { in CellIdentityCdma() method in CellIdentityCdma75 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) { in CellIdentityCdma() method in CellIdentityCdma83 private CellIdentityCdma(CellIdentityCdma cid) { in CellIdentityCdma() method in CellIdentityCdma91 CellIdentityCdma copy() { in copy()92 return new CellIdentityCdma(this); in copy()149 CellIdentityCdma o = (CellIdentityCdma)other; in equals()194 private CellIdentityCdma(Parcel in) { in CellIdentityCdma() method in CellIdentityCdma205 public static final Creator<CellIdentityCdma> CREATOR =206 new Creator<CellIdentityCdma>() {[all …]
31 private CellIdentityCdma mCellIdentityCdma;37 mCellIdentityCdma = new CellIdentityCdma(); in CellInfoCdma()48 public CellIdentityCdma getCellIdentity() { in getCellIdentity()52 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity()119 mCellIdentityCdma = CellIdentityCdma.CREATOR.createFromParcel(in); in CellInfoCdma()
42 import android.telephony.CellIdentityCdma;794 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
38 import android.telephony.CellIdentityCdma;1221 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity(); in privatizeCellInfoList()1222 CellIdentityCdma maskedCellIdentity = new CellIdentityCdma( in privatizeCellInfoList()
3 NO DOC BLOCK: android.telephony.CellIdentityCdma Class
4497 http://developer.android.com/reference/android/telephony/CellIdentityCdma.html
30389 public final class CellIdentityCdma implements android.os.Parcelable {30397 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityCdma> CREATO…30442 method public android.telephony.CellIdentityCdma getCellIdentity();
28194 public final class CellIdentityCdma implements android.os.Parcelable {28202 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityCdma> CREATO…28247 method public android.telephony.CellIdentityCdma getCellIdentity();