Home
last modified time | relevance | path

Searched refs:CellIdentityLte (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java28 public final class CellIdentityLte implements Parcelable { class
49 public CellIdentityLte() { in CellIdentityLte() method in CellIdentityLte
68 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() method in CellIdentityLte
83 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte() method in CellIdentityLte
92 private CellIdentityLte(CellIdentityLte cid) { in CellIdentityLte() method in CellIdentityLte
101 CellIdentityLte copy() { in copy()
102 return new CellIdentityLte(this); in copy()
158 if (!(other instanceof CellIdentityLte)) { in equals()
162 CellIdentityLte o = (CellIdentityLte) other; in equals()
204 private CellIdentityLte(Parcel in) { in CellIdentityLte() method in CellIdentityLte
[all …]
DCellInfoLte.java31 private CellIdentityLte mCellIdentityLte;
37 mCellIdentityLte = new CellIdentityLte(); in CellInfoLte()
48 public CellIdentityLte getCellIdentity() { in getCellIdentity()
53 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity()
124 mCellIdentityLte = CellIdentityLte.CREATOR.createFromParcel(in); in CellInfoLte()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java51 import android.telephony.CellIdentityLte;
976 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java50 import android.telephony.CellIdentityLte;
3643 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation()
/frameworks/base/
Dcompiled-classes-phone3820 android.telephony.CellIdentityLte
3821 android.telephony.CellIdentityLte$1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28214 public final class CellIdentityLte implements android.os.Parcelable {
28222 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR;
28259 method public android.telephony.CellIdentityLte getCellIdentity();
/frameworks/base/api/
Dcurrent.txt36746 public final class CellIdentityLte implements android.os.Parcelable {
36755 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR;
36793 method public android.telephony.CellIdentityLte getCellIdentity();
Dtest-current.txt36823 public final class CellIdentityLte implements android.os.Parcelable {
36832 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR;
36870 method public android.telephony.CellIdentityLte getCellIdentity();
Dsystem-current.txt39681 public final class CellIdentityLte implements android.os.Parcelable {
39690 …field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR;
39728 method public android.telephony.CellIdentityLte getCellIdentity();