Searched refs:CellInfoLte (Results 1 – 10 of 10) sorted by relevance
26 public final class CellInfoLte extends CellInfo implements Parcelable { class35 public CellInfoLte() { in CellInfoLte() method in CellInfoLte42 public CellInfoLte(CellInfoLte ci) { in CellInfoLte() method in CellInfoLte82 CellInfoLte o = (CellInfoLte) other; in equals()122 private CellInfoLte(Parcel in) { in CellInfoLte() method in CellInfoLte130 public static final Creator<CellInfoLte> CREATOR = new Creator<CellInfoLte>() {132 public CellInfoLte createFromParcel(Parcel in) {138 public CellInfoLte[] newArray(int size) {139 return new CellInfoLte[size];144 protected static CellInfoLte createFromParcelBody(Parcel in) { in createFromParcelBody()[all …]
205 case TYPE_LTE: return CellInfoLte.createFromParcelBody(in);
30 import android.telephony.CellInfoLte;280 } else if (cellInfo instanceof CellInfoLte) { in handleUpdateCellInfo()281 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
54 import android.telephony.CellInfoLte;1042 } else if (cellInfo instanceof CellInfoLte) { in sendNetworkConditionsBroadcast()1043 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
61 import android.telephony.CellInfoLte;3434 } else if ((ci instanceof CellInfoLte) && in getCellLocation()3437 CellInfoLte cellInfoLte = (CellInfoLte)ci; in getCellLocation()
31 import android.hardware.radio.V1_0.CellInfoLte;4875 CellInfoLte cellInfoLte = record.lte.get(0); in convertHalCellInfoList()
1822 android.hardware.radio.V1_0.CellInfoLte3909 android.telephony.CellInfoLte
28258 …public final class CellInfoLte extends android.telephony.CellInfo implements android.os.Parcelable…28262 field public static final android.os.Parcelable.Creator<android.telephony.CellInfoLte> CREATOR;
39528 …public final class CellInfoLte extends android.telephony.CellInfo implements android.os.Parcelable…39532 field public static final android.os.Parcelable.Creator<android.telephony.CellInfoLte> CREATOR;
42958 …public final class CellInfoLte extends android.telephony.CellInfo implements android.os.Parcelable…42962 field public static final android.os.Parcelable.Creator<android.telephony.CellInfoLte> CREATOR;