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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java28 public final class CellIdentityLte implements Parcelable { class in inherits:Parcelable
30 private static final String LOG_TAG = "CellIdentityLte";
49 public CellIdentityLte() { method in class:CellIdentityLte
68 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { method in class:CellIdentityLte
83 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int earfcn) { method in class:CellIdentityLte
92 private CellIdentityLte(CellIdentityLte cid) { method in class:CellIdentityLte
101 CellIdentityLte copy() {
102 return new CellIdentityLte(this);
158 if (!(other instanceof CellIdentityLte)) {
204 private CellIdentityLte(Parcel in) { method in class:CellIdentityLte
[all...]
H A DCellInfoLte.java31 private CellIdentityLte mCellIdentityLte;
37 mCellIdentityLte = new CellIdentityLte();
48 public CellIdentityLte getCellIdentity() {
53 public void setCellIdentity(CellIdentityLte cid) {
124 mCellIdentityLte = CellIdentityLte.CREATOR.createFromParcel(in);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java49 import android.telephony.CellIdentityLte;
939 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java50 import android.telephony.CellIdentityLte;
3775 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity();
/frameworks/base/
H A Dcompiled-classes-phone3820 android.telephony.CellIdentityLte
3821 android.telephony.CellIdentityLte$1

Completed in 530 milliseconds