Home
last modified time | relevance | path

Searched refs:CellInfoLte (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoLte.java26 public final class CellInfoLte extends CellInfo implements Parcelable { class
35 public CellInfoLte() { in CellInfoLte() method in CellInfoLte
42 public CellInfoLte(CellInfoLte ci) { in CellInfoLte() method in CellInfoLte
82 CellInfoLte o = (CellInfoLte) other; in equals()
122 private CellInfoLte(Parcel in) { in CellInfoLte() method in CellInfoLte
130 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 …]
DCellInfo.java205 case TYPE_LTE: return CellInfoLte.createFromParcelBody(in);
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java30 import android.telephony.CellInfoLte;
280 } else if (cellInfo instanceof CellInfoLte) { in handleUpdateCellInfo()
281 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java54 import android.telephony.CellInfoLte;
1042 } else if (cellInfo instanceof CellInfoLte) { in sendNetworkConditionsBroadcast()
1043 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java61 import android.telephony.CellInfoLte;
3434 } else if ((ci instanceof CellInfoLte) && in getCellLocation()
3437 CellInfoLte cellInfoLte = (CellInfoLte)ci; in getCellLocation()
DRIL.java31 import android.hardware.radio.V1_0.CellInfoLte;
4875 CellInfoLte cellInfoLte = record.lte.get(0); in convertHalCellInfoList()
/frameworks/base/
Dcompiled-classes-phone1822 android.hardware.radio.V1_0.CellInfoLte
3909 android.telephony.CellInfoLte
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28258 …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;
/frameworks/base/api/
Dcurrent.txt39528 …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;
Dsystem-current.txt42958 …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;