Loading packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class MobileSignalController extends SignalController<MobileState, Mobile @Override public void onMobileStatusChanged(boolean updateTelephony, MobileStatus mobileStatus) { if (Log.isLoggable(mTag, Log.DEBUG)) { if (DEBUG) { Log.d(mTag, "onMobileStatusChanged=" + " updateTelephony=" + updateTelephony + " mobileStatus=" + mobileStatus.toString()); Loading Loading @@ -719,7 +719,7 @@ public class MobileSignalController extends SignalController<MobileState, Mobile * This will call listeners if necessary. */ private void updateTelephony() { if (Log.isLoggable(mTag, Log.DEBUG)) { if (DEBUG) { Log.d(mTag, "updateTelephonySignalStrength: hasService=" + mCurrentState.isInService() + " ss=" + mCurrentState.signalStrength Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/connectivity/MobileSignalController.java +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class MobileSignalController extends SignalController<MobileState, Mobile @Override public void onMobileStatusChanged(boolean updateTelephony, MobileStatus mobileStatus) { if (Log.isLoggable(mTag, Log.DEBUG)) { if (DEBUG) { Log.d(mTag, "onMobileStatusChanged=" + " updateTelephony=" + updateTelephony + " mobileStatus=" + mobileStatus.toString()); Loading Loading @@ -719,7 +719,7 @@ public class MobileSignalController extends SignalController<MobileState, Mobile * This will call listeners if necessary. */ private void updateTelephony() { if (Log.isLoggable(mTag, Log.DEBUG)) { if (DEBUG) { Log.d(mTag, "updateTelephonySignalStrength: hasService=" + mCurrentState.isInService() + " ss=" + mCurrentState.signalStrength Loading