Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5d6e10a authored by Wink Saville's avatar Wink Saville
Browse files

Change stopship to todo.

For MR1 LTE isn't supported so the various lte routines aren't used
and are not a stopship.

bug: 4126216
Change-Id: I2a5f86161b616b57c6fe4b9de85db2492914009a
parent 11473332
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ public class SignalStrength implements Parcelable {
     * @hide
     */
    public int getLteDbm() {
        log("STOPSHIP teach getLteDbm to compute dBm properly");
        log("TODO: teach getLteDbm to compute dBm properly");
        int level = -1;
        if (DBG) log("getLteDbm=" + level);
        return level;
@@ -568,7 +568,7 @@ public class SignalStrength implements Parcelable {
     * @hide
     */
    public int getLteLevel() {
        log("STOPSHIP teach getLteLevel to compute Level properly");
        log("TODO: teach getLteLevel to compute Level properly");
        int level = SIGNAL_STRENGTH_MODERATE;
        if (DBG) log("getLteLevel=" + level);
        return level;
@@ -580,7 +580,7 @@ public class SignalStrength implements Parcelable {
     * @hide
     */
    public int getLteAsuLevel() {
        log("STOPSHIP teach getLteAsuLevel to compute asu Level properly");
        log("TODO: teach getLteAsuLevel to compute asu Level properly");
        int level = 4;
        if (DBG) log("getLteAsuLevel=" + level);
        return level;