diff options
author | John Spurlock <jspurlock@google.com> | 2013-11-19 16:54:46 -0500 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-11-20 11:31:47 -0500 |
commit | 6090995951c6e2e4dcf38102f01793f8a94166e1 (patch) | |
tree | 37f32f4b269fc26a18e3249a18459a476c473266 /test-runner | |
parent | 266f48cc042dda828109eb135088cdb6f0f7c1d5 (diff) | |
download | frameworks_base-6090995951c6e2e4dcf38102f01793f8a94166e1.zip frameworks_base-6090995951c6e2e4dcf38102f01793f8a94166e1.tar.gz frameworks_base-6090995951c6e2e4dcf38102f01793f8a94166e1.tar.bz2 |
Remove unused imports from frameworks/base.
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
Diffstat (limited to 'test-runner')
13 files changed, 0 insertions, 31 deletions
diff --git a/test-runner/src/android/test/ActivityInstrumentationTestCase.java b/test-runner/src/android/test/ActivityInstrumentationTestCase.java index d12ff6f..a59ee35 100644 --- a/test-runner/src/android/test/ActivityInstrumentationTestCase.java +++ b/test-runner/src/android/test/ActivityInstrumentationTestCase.java @@ -18,8 +18,6 @@ package android.test; import android.app.Activity; -import java.lang.reflect.Field; - /** * This class provides functional testing of a single activity. The activity under test will * be created using the system infrastructure (by calling InstrumentationTestCase.launchActivity()) diff --git a/test-runner/src/android/test/ApplicationTestCase.java b/test-runner/src/android/test/ApplicationTestCase.java index ae5fa4d..f093181 100644 --- a/test-runner/src/android/test/ApplicationTestCase.java +++ b/test-runner/src/android/test/ApplicationTestCase.java @@ -16,8 +16,6 @@ package android.test; -import java.lang.reflect.Field; - import android.app.Application; import android.app.Instrumentation; import android.content.Context; diff --git a/test-runner/src/android/test/InstrumentationUtils.java b/test-runner/src/android/test/InstrumentationUtils.java index 4c59097..1a7002a 100644 --- a/test-runner/src/android/test/InstrumentationUtils.java +++ b/test-runner/src/android/test/InstrumentationUtils.java @@ -16,8 +16,6 @@ package android.test; -import java.lang.reflect.Field; - /** * * The InstrumentationUtils class has all the utility functions needed for diff --git a/test-runner/src/android/test/IsolatedContext.java b/test-runner/src/android/test/IsolatedContext.java index bc00f68..f971b5d 100644 --- a/test-runner/src/android/test/IsolatedContext.java +++ b/test-runner/src/android/test/IsolatedContext.java @@ -39,8 +39,6 @@ import android.os.Handler; import java.io.File; import java.io.IOException; import java.util.concurrent.TimeUnit; -import java.util.concurrent.ExecutionException; -import java.util.concurrent.TimeoutException; import java.util.List; diff --git a/test-runner/src/android/test/LaunchPerformanceBase.java b/test-runner/src/android/test/LaunchPerformanceBase.java index c324446..d423e62 100644 --- a/test-runner/src/android/test/LaunchPerformanceBase.java +++ b/test-runner/src/android/test/LaunchPerformanceBase.java @@ -19,13 +19,6 @@ package android.test; import android.app.Instrumentation; import android.content.Intent; import android.os.Bundle; -import android.os.RemoteException; -import android.os.Debug; -import android.os.Process; -import android.os.ServiceManager; -import android.os.SystemClock; - -import java.util.ArrayList; /** diff --git a/test-runner/src/android/test/MoreAsserts.java b/test-runner/src/android/test/MoreAsserts.java index 83cc420..fb0faba 100644 --- a/test-runner/src/android/test/MoreAsserts.java +++ b/test-runner/src/android/test/MoreAsserts.java @@ -16,7 +16,6 @@ package android.test; -import com.google.android.collect.Lists; import junit.framework.Assert; import java.util.Arrays; diff --git a/test-runner/src/android/test/ServiceTestCase.java b/test-runner/src/android/test/ServiceTestCase.java index ad90fc6..ba20c09 100644 --- a/test-runner/src/android/test/ServiceTestCase.java +++ b/test-runner/src/android/test/ServiceTestCase.java @@ -18,14 +18,11 @@ package android.test; import android.app.Application; import android.app.Service; -import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.os.IBinder; -import android.os.RemoteException; import android.test.mock.MockApplication; -import java.lang.reflect.Field; import java.util.Random; /** diff --git a/test-runner/src/android/test/SingleLaunchActivityTestCase.java b/test-runner/src/android/test/SingleLaunchActivityTestCase.java index 79c554a..72c93ce 100644 --- a/test-runner/src/android/test/SingleLaunchActivityTestCase.java +++ b/test-runner/src/android/test/SingleLaunchActivityTestCase.java @@ -17,8 +17,6 @@ package android.test; import android.app.Activity; -import android.view.IWindowManager; -import android.os.ServiceManager; /** * If you would like to test a single activity with an diff --git a/test-runner/src/android/test/mock/MockCursor.java b/test-runner/src/android/test/mock/MockCursor.java index 5b8a4f4..a37c6eb 100644 --- a/test-runner/src/android/test/mock/MockCursor.java +++ b/test-runner/src/android/test/mock/MockCursor.java @@ -24,8 +24,6 @@ import android.database.DataSetObserver; import android.net.Uri; import android.os.Bundle; -import java.util.Map; - /** * <P> * A mock {@link android.database.Cursor} class that isolates the test code from real diff --git a/test-runner/src/android/test/mock/MockPackageManager.java b/test-runner/src/android/test/mock/MockPackageManager.java index 661bd41..ff5c935 100644 --- a/test-runner/src/android/test/mock/MockPackageManager.java +++ b/test-runner/src/android/test/mock/MockPackageManager.java @@ -40,13 +40,10 @@ import android.content.pm.ResolveInfo; import android.content.pm.ServiceInfo; import android.content.pm.VerificationParams; import android.content.pm.VerifierDeviceIdentity; -import android.content.pm.PackageManager.NameNotFoundException; import android.content.res.Resources; import android.content.res.XmlResourceParser; import android.graphics.drawable.Drawable; import android.net.Uri; -import android.os.Binder; -import android.os.RemoteException; import android.os.UserHandle; import java.util.List; diff --git a/test-runner/src/android/test/suitebuilder/TestSuiteBuilder.java b/test-runner/src/android/test/suitebuilder/TestSuiteBuilder.java index 28f7216..8c89489 100644 --- a/test-runner/src/android/test/suitebuilder/TestSuiteBuilder.java +++ b/test-runner/src/android/test/suitebuilder/TestSuiteBuilder.java @@ -29,8 +29,6 @@ import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; -import java.lang.reflect.InvocationTargetException; -import java.util.Enumeration; import java.util.List; import java.util.Set; import java.util.HashSet; diff --git a/test-runner/src/junit/runner/LoadingTestCollector.java b/test-runner/src/junit/runner/LoadingTestCollector.java index 489d9d6..9101900 100644 --- a/test-runner/src/junit/runner/LoadingTestCollector.java +++ b/test-runner/src/junit/runner/LoadingTestCollector.java @@ -1,7 +1,6 @@ package junit.runner; import java.lang.reflect.*; -import junit.runner.*; import junit.framework.*; /** diff --git a/test-runner/src/junit/runner/Sorter.java b/test-runner/src/junit/runner/Sorter.java index 7731f66..8d9341d 100644 --- a/test-runner/src/junit/runner/Sorter.java +++ b/test-runner/src/junit/runner/Sorter.java @@ -2,8 +2,6 @@ package junit.runner; import java.util.*; -import junit.runner.*; - /** * A custom quick sort with support to customize the swap behaviour. * NOTICE: We can't use the the sorting support from the JDK 1.2 collection |