global auto organize imports.
Change-Id: I8742bf3465762485fbbc5376bb6aca5042657f6d
diff --git a/prod-tests/src/com/android/ota/tests/OtaStabilityTest.java b/prod-tests/src/com/android/ota/tests/OtaStabilityTest.java
index db9e9be..31fe1bd 100644
--- a/prod-tests/src/com/android/ota/tests/OtaStabilityTest.java
+++ b/prod-tests/src/com/android/ota/tests/OtaStabilityTest.java
@@ -21,8 +21,8 @@
import com.android.tradefed.config.IConfiguration;
import com.android.tradefed.config.IConfigurationReceiver;
import com.android.tradefed.config.Option;
-import com.android.tradefed.config.OptionClass;
import com.android.tradefed.config.Option.Importance;
+import com.android.tradefed.config.OptionClass;
import com.android.tradefed.device.DeviceNotAvailableException;
import com.android.tradefed.device.ITestDevice;
import com.android.tradefed.log.LogUtil.CLog;
@@ -42,6 +42,9 @@
import com.android.tradefed.util.IRunUtil;
import com.android.tradefed.util.RunUtil;
+import junit.framework.Assert;
+import junit.framework.AssertionFailedError;
+
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
@@ -50,9 +53,6 @@
import java.util.HashMap;
import java.util.Map;
-import junit.framework.Assert;
-import junit.framework.AssertionFailedError;
-
/**
* A test that will flash a build on a device, wait for the device to be OTA-ed to another build,
* and then repeat N times.
diff --git a/prod-tests/src/com/android/ota/tests/OtaStabilityTestTest.java b/prod-tests/src/com/android/ota/tests/OtaStabilityTestTest.java
index d590df4..1216c83 100644
--- a/prod-tests/src/com/android/ota/tests/OtaStabilityTestTest.java
+++ b/prod-tests/src/com/android/ota/tests/OtaStabilityTestTest.java
@@ -17,11 +17,11 @@
import com.android.tradefed.testtype.IRemoteTest;
+import junit.framework.TestCase;
+
import java.util.Collection;
import java.util.Iterator;
-import junit.framework.TestCase;
-
/**
* Unit tests for {@link OtaStabilityTest}
*/