Searched refs:CellIdentityWcdma (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityWcdma.java28 public final class CellIdentityWcdma implements Parcelable { class in inherits:Parcelable
30 private static final String LOG_TAG = "CellIdentityWcdma";
49 public CellIdentityWcdma() { method in class:CellIdentityWcdma
67 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { method in class:CellIdentityWcdma
82 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) { method in class:CellIdentityWcdma
91 private CellIdentityWcdma(CellIdentityWcdma cid) { method in class:CellIdentityWcdma
100 CellIdentityWcdma copy() {
101 return new CellIdentityWcdma(this);
159 if (!(other instanceof CellIdentityWcdma)) {
205 private CellIdentityWcdma(Parcel in) { method in class:CellIdentityWcdma
[all...]
H A DCellInfoWcdma.java31 private CellIdentityWcdma mCellIdentityWcdma;
37 mCellIdentityWcdma = new CellIdentityWcdma();
48 public CellIdentityWcdma getCellIdentity() {
52 public void setCellIdentity(CellIdentityWcdma cid) {
119 mCellIdentityWcdma = CellIdentityWcdma.CREATOR.createFromParcel(in);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java52 import android.telephony.CellIdentityWcdma;
979 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java51 import android.telephony.CellIdentityWcdma;
3633 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity();
/frameworks/base/
H A Dcompiled-classes-phone3822 android.telephony.CellIdentityWcdma

Completed in 1081 milliseconds