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

/frameworks/base/telephony/java/android/telephony/
H A DCellInfoLte.java26 public final class CellInfoLte extends CellInfo implements Parcelable { class in inherits:CellInfo,Parcelable
28 private static final String LOG_TAG = "CellInfoLte";
35 public CellInfoLte() { method in class:CellInfoLte
42 public CellInfoLte(CellInfoLte ci) { method in class:CellInfoLte
82 CellInfoLte o = (CellInfoLte) other;
94 sb.append("CellInfoLte:{");
119 * Construct a CellInfoLte object from the given parcel
122 private CellInfoLte(Parce method in class:CellInfoLte
[all...]
H A DCellInfo.java205 case TYPE_LTE: return CellInfoLte.createFromParcelBody(in);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java56 import android.telephony.CellInfoLte;
975 } else if (cellInfo instanceof CellInfoLte) {
976 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java55 import android.telephony.CellInfoLte;
3639 } else if ((ci instanceof CellInfoLte) &&
3642 CellInfoLte cellInfoLte = (CellInfoLte)ci;
/frameworks/base/
H A Dcompiled-classes-phone3827 android.telephony.CellInfoLte
3828 android.telephony.CellInfoLte$1

Completed in 201 milliseconds