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 protected void scrubClass(Class<?>) throws java.lang.IllegalAccessException;
11 method @Deprecated public void setContext(android.content.Context);
12 …method @Deprecated @android.test.suitebuilder.annotation.Suppress public void testAndroidTestCaseS…
13 field @Deprecated protected android.content.Context mContext;
16 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
17 method @Deprecated public abstract int tolerance() default 1;
20 @Deprecated public class InstrumentationTestCase extends junit.framework.TestCase {
21 ctor @Deprecated public InstrumentationTestCase();
22 method @Deprecated public android.app.Instrumentation getInstrumentation();
23 method @Deprecated public void injectInsrumentation(android.app.Instrumentation);
24 method @Deprecated public void injectInstrumentation(android.app.Instrumentation);
25 …method @Deprecated public final <T extends android.app.Activity> T launchActivity(String, Class<T>…
26 …method @Deprecated public final <T extends android.app.Activity> T launchActivityWithIntent(String…
27 method @Deprecated public void runTestOnUiThread(Runnable) throws java.lang.Throwable;
28 method @Deprecated public void sendKeys(String);
29 method @Deprecated public void sendKeys(int...);
30 method @Deprecated public void sendRepeatedKeys(int...);
33 @Deprecated public class InstrumentationTestSuite extends junit.framework.TestSuite {
34 ctor @Deprecated public InstrumentationTestSuite(android.app.Instrumentation);
35 ctor @Deprecated public InstrumentationTestSuite(String, android.app.Instrumentation);
36 ctor @Deprecated public InstrumentationTestSuite(Class, android.app.Instrumentation);
37 method @Deprecated public void addTestSuite(Class);
40 @Deprecated public interface PerformanceTestCase {
41 method @Deprecated public boolean isPerformanceOnly();
42 method @Deprecated public int startPerformance(android.test.PerformanceTestCase.Intermediates);
45 @Deprecated public static interface PerformanceTestCase.Intermediates {
46 method @Deprecated public void addIntermediate(String);
47 method @Deprecated public void addIntermediate(String, long);
48 method @Deprecated public void finishTiming(boolean);
49 method @Deprecated public void setInternalIterations(int);
50 method @Deprecated public void startTiming(boolean);
53 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
54 method @Deprecated public abstract int numIterations() default 1;
57 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
64 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
67 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
70 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
73 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
76 …@Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @java.la…
83 @Deprecated public interface Predicate<T> {
84 method @Deprecated public boolean apply(T);