Merge "TDSCDMA: RSSI bar moves 1 bar into no signal without going through 0 bar" into mnc-dr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8a586c5502
@@ -911,7 +911,7 @@ public class SignalStrength implements Parcelable {
|
||||
else if (tdScdmaDbm >= -49) level = SIGNAL_STRENGTH_GREAT;
|
||||
else if (tdScdmaDbm >= -73) level = SIGNAL_STRENGTH_GOOD;
|
||||
else if (tdScdmaDbm >= -97) level = SIGNAL_STRENGTH_MODERATE;
|
||||
else if (tdScdmaDbm >= -120) level = SIGNAL_STRENGTH_POOR;
|
||||
else if (tdScdmaDbm >= -110) level = SIGNAL_STRENGTH_POOR;
|
||||
else level = SIGNAL_STRENGTH_NONE_OR_UNKNOWN;
|
||||
|
||||
if (DBG) log("getTdScdmaLevel = " + level);
|
||||
|
||||
Reference in New Issue
Block a user