Lines Matching refs:Deprecated

4   @Deprecated public class AndroidTestCase extends junit.framework.TestCase {
5 ctor @Deprecated public AndroidTestCase();
6 method @Deprecated public void assertActivityRequiresPermission(String, String, String);
7 … method @Deprecated public void assertReadingContentUriRequiresPermission(android.net.Uri, String);
8 … method @Deprecated public void assertWritingContentUriRequiresPermission(android.net.Uri, String);
9 method @Deprecated public android.content.Context getContext();
10 method @Deprecated public android.content.Context getTestContext();
11 method @Deprecated protected void scrubClass(Class<?>) throws java.lang.IllegalAccessException;
12 method @Deprecated public void setContext(android.content.Context);
13 method @Deprecated public void setTestContext(android.content.Context);
14 …method @Deprecated @android.test.suitebuilder.annotation.Suppress public void testAndroidTestCaseS…
15 field @Deprecated protected android.content.Context mContext;
18 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
19 method @Deprecated public abstract int tolerance() default 1;
22 @Deprecated public class InstrumentationTestCase extends junit.framework.TestCase {
23 ctor @Deprecated public InstrumentationTestCase();
24 method @Deprecated public android.app.Instrumentation getInstrumentation();
25 method @Deprecated public void injectInsrumentation(android.app.Instrumentation);
26 method @Deprecated public void injectInstrumentation(android.app.Instrumentation);
27 …method @Deprecated public final <T extends android.app.Activity> T launchActivity(String, Class<T>…
28 …method @Deprecated public final <T extends android.app.Activity> T launchActivityWithIntent(String…
29 method @Deprecated public void runTestOnUiThread(Runnable) throws java.lang.Throwable;
30 method @Deprecated public void sendKeys(String);
31 method @Deprecated public void sendKeys(int...);
32 method @Deprecated public void sendRepeatedKeys(int...);
35 @Deprecated public class InstrumentationTestSuite extends junit.framework.TestSuite {
36 ctor @Deprecated public InstrumentationTestSuite(android.app.Instrumentation);
37 ctor @Deprecated public InstrumentationTestSuite(String, android.app.Instrumentation);
38 ctor @Deprecated public InstrumentationTestSuite(Class, android.app.Instrumentation);
39 method @Deprecated public void addTestSuite(Class);
42 @Deprecated public interface PerformanceTestCase {
43 method @Deprecated public boolean isPerformanceOnly();
44 method @Deprecated public int startPerformance(android.test.PerformanceTestCase.Intermediates);
47 @Deprecated public static interface PerformanceTestCase.Intermediates {
48 method @Deprecated public void addIntermediate(String);
49 method @Deprecated public void addIntermediate(String, long);
50 method @Deprecated public void finishTiming(boolean);
51 method @Deprecated public void setInternalIterations(int);
52 method @Deprecated public void startTiming(boolean);
55 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
56 method @Deprecated public abstract int numIterations() default 1;
59 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
66 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
69 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
72 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
75 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
78 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
85 @Deprecated public interface Predicate<T> {
86 method @Deprecated public boolean apply(T);