Home
last modified time | relevance | path

Searched refs:CellIdentityCdma (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java26 public final class CellIdentityCdma implements Parcelable { class
55 public CellIdentityCdma() { in CellIdentityCdma() method in CellIdentityCdma
75 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) { in CellIdentityCdma() method in CellIdentityCdma
83 private CellIdentityCdma(CellIdentityCdma cid) { in CellIdentityCdma() method in CellIdentityCdma
91 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 CellIdentityCdma
205 public static final Creator<CellIdentityCdma> CREATOR =
206 new Creator<CellIdentityCdma>() {
[all …]
DCellInfoCdma.java31 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()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java42 import android.telephony.CellIdentityCdma;
794 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java38 import android.telephony.CellIdentityCdma;
1221 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity(); in privatizeCellInfoList()
1222 CellIdentityCdma maskedCellIdentity = new CellIdentityCdma( in privatizeCellInfoList()
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt3 NO DOC BLOCK: android.telephony.CellIdentityCdma Class
/frameworks/base/docs/html/
Dsitemap.txt4497 http://developer.android.com/reference/android/telephony/CellIdentityCdma.html
/frameworks/base/api/
Dsystem-current.txt30389 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();
Dcurrent.txt28194 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();