Loading telephony/java/android/telephony/CellInfoLte.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import android.telephony.Rlog; public final class CellInfoLte extends CellInfo implements Parcelable { private static final String LOG_TAG = "CellInfoLte"; private static final boolean DBG = true; private static final boolean DBG = false; private CellIdentityLte mCellIdentityLte; private CellSignalStrengthLte mCellSignalStrengthLte; Loading Loading
telephony/java/android/telephony/CellInfoLte.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import android.telephony.Rlog; public final class CellInfoLte extends CellInfo implements Parcelable { private static final String LOG_TAG = "CellInfoLte"; private static final boolean DBG = true; private static final boolean DBG = false; private CellIdentityLte mCellIdentityLte; private CellSignalStrengthLte mCellSignalStrengthLte; Loading