HomeSort by relevance Sort by last modified time
    Searched refs:CellIdentityWcdma (Results 1 - 8 of 8) sorted by null

  /frameworks/base/telephony/java/android/telephony/
CellIdentityWcdma.java 26 public final class CellIdentityWcdma implements Parcelable {
28 private static final String LOG_TAG = "CellIdentityWcdma";
45 public CellIdentityWcdma() {
62 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) {
70 private CellIdentityWcdma(CellIdentityWcdma cid) {
78 CellIdentityWcdma copy() {
79 return new CellIdentityWcdma(this);
130 CellIdentityWcdma o = (CellIdentityWcdma)other
    [all...]
CellInfoWcdma.java 31 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/
NetworkMonitor.java 45 import android.telephony.CellIdentityWcdma;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 42 import android.telephony.CellIdentityWcdma;
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 1570 milliseconds