diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-08-21 15:14:02 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-08-24 17:37:32 -0700 |
commit | 4a51c20ce607c74914f90fd897f04080121ac13b (patch) | |
tree | 067caf43aa752a8952061d7d8e03fb1aeb77c96e /test-runner | |
parent | cf3a08307d1599eaa91d7cc4e7c601e5fa13037f (diff) | |
download | frameworks_base-4a51c20ce607c74914f90fd897f04080121ac13b.zip frameworks_base-4a51c20ce607c74914f90fd897f04080121ac13b.tar.gz frameworks_base-4a51c20ce607c74914f90fd897f04080121ac13b.tar.bz2 |
I am getting tired of the java doc warnings, so fix them.
Change-Id: I2205eebae419eaf4a0992c9f5b7cd807eb843fe1
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/android/test/ProviderTestCase.java | 1 | ||||
-rw-r--r-- | test-runner/android/test/TouchUtils.java | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test-runner/android/test/ProviderTestCase.java b/test-runner/android/test/ProviderTestCase.java index 445b4eb..668e9f7 100644 --- a/test-runner/android/test/ProviderTestCase.java +++ b/test-runner/android/test/ProviderTestCase.java @@ -15,6 +15,7 @@ import android.database.DatabaseUtils; * @deprecated this class extends InstrumentationTestCase but should extend AndroidTestCase. Use * ProviderTestCase2, which corrects this problem, instead. */ +@Deprecated public abstract class ProviderTestCase<T extends ContentProvider> extends InstrumentationTestCase { diff --git a/test-runner/android/test/TouchUtils.java b/test-runner/android/test/TouchUtils.java index 52d2ee8..962b2f9 100644 --- a/test-runner/android/test/TouchUtils.java +++ b/test-runner/android/test/TouchUtils.java @@ -565,6 +565,7 @@ public class TouchUtils { * {@link android.test.ActivityInstrumentationTestCase2}, which provides more options for * configuring the Activity under test */ + @Deprecated public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, int deltaY) { int[] xy = new int[2]; |