SUW: (Not-really-)Spring Cleanup

* Remove unused imports
* Fix a few line length issues
* Convert a few anonymous classes to lambda expressions
* Convert a few global vars to locals
* Remove unused methods
* Add a small local method in MobileDataActivity to shorten repeated calls

Change-Id: Ia10be8b8c98ef3956949f913ddb6bddc185cf1a5
This commit is contained in:
Michael W
2018-07-15 15:09:20 +02:00
parent e5741b0e76
commit 2236d29199
13 changed files with 98 additions and 179 deletions

View File

@@ -37,10 +37,7 @@ import android.os.Handler;
import android.preference.PreferenceManager;
import android.view.View;
import android.view.ViewAnimationUtils;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.ImageView;
import android.widget.ProgressBar;
import com.android.setupwizardlib.util.WizardManagerHelper;