Searched refs:annotation (Results 1 - 25 of 520) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/annotation/
H A DPrivateApi.java17 package android.annotation;
19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
H A DTargetApi.java16 package android.annotation;
18 import static java.lang.annotation.ElementType.CONSTRUCTOR;
19 import static java.lang.annotation.ElementType.METHOD;
20 import static java.lang.annotation.ElementType.TYPE;
22 import java.lang.annotation.Retention;
23 import java.lang.annotation.RetentionPolicy;
24 import java.lang.annotation.Target;
H A DWidget.java17 package android.annotation;
19 import java.lang.annotation.Target;
20 import java.lang.annotation.ElementType;
21 import java.lang.annotation.Retention;
22 import java.lang.annotation.RetentionPolicy;
H A DSuppressLint.java16 package android.annotation;
18 import static java.lang.annotation.ElementType.CONSTRUCTOR;
19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
21 import static java.lang.annotation.ElementType.METHOD;
22 import static java.lang.annotation.ElementType.PARAMETER;
23 import static java.lang.annotation.ElementType.TYPE;
25 import java.lang.annotation.Retention;
26 import java.lang.annotation.RetentionPolicy;
27 import java.lang.annotation
[all...]
H A DSdkConstant.java17 package android.annotation;
19 import java.lang.annotation.Target;
20 import java.lang.annotation.ElementType;
21 import java.lang.annotation.Retention;
22 import java.lang.annotation.RetentionPolicy;
/frameworks/base/core/java/android/test/suitebuilder/annotation/
H A DLargeTest.java17 package android.test.suitebuilder.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
H A DMediumTest.java17 package android.test.suitebuilder.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
H A DSmallTest.java17 package android.test.suitebuilder.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
H A DSmoke.java17 package android.test.suitebuilder.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
27 * will run all tests with this annotation.
H A DSuppress.java17 package android.test.suitebuilder.annotation;
19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
21 import java.lang.annotation.Target;
22 import java.lang.annotation.ElementType;
25 * Use this annotation on test classes or test methods that should not be included in a test
26 * suite. If the annotation appears on the class then no tests in that class will be included. If
27 * the annotation appears only on a test method then only that method will be excluded.
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTest.java19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
23 * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
24 * annotation is present, the test method is profiled for bandwidth metrics and the results
26 * which is equivalent to tagging all test methods with this annotation.
/frameworks/base/core/java/android/test/
H A DFlakyTest.java19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
21 import java.lang.annotation.Target;
22 import java.lang.annotation.ElementType;
25 * This annotation can be used on an {@link android.test.InstrumentationTestCase}'s
26 * test methods. When the annotation is present, the test method is re-executed if
H A DRepetitiveTest.java19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * This annotation can be used on an {@link android.test.InstrumentationTestCase}'s test methods.
26 * When the annotation is present, the test method is executed the number of times specified by
H A DUiThreadTest.java19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
21 import java.lang.annotation.Target;
22 import java.lang.annotation.ElementType;
25 * This annotation can be used on an {@link InstrumentationTestCase}'s test methods.
26 * When the annotation is present, the test method is executed on the application's
28 * when this annotation is present.
/frameworks/base/core/java/android/view/
H A DRemotableViewMethod.java19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
26 * This annotation indicates that a method on a subclass of View
/frameworks/base/core/java/android/webkit/
H A DJavascriptInterface.java19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
27 * marked with this annotation are available to the Javascript code. See
/frameworks/base/core/java/com/android/internal/annotations/
H A DGuardedBy.java19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
H A DImmutable.java19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
/frameworks/base/test-runner/src/android/test/
H A DTimedTest.java19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
23 * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
24 * annotation is present, the test method is timed and the results written through instrumentation
26 * with this annotation.
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
H A DLayoutlibDelegate.java19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
H A DNullable.java19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
31 * This is a marker annotation and it has no specific attributes.
/frameworks/testing/androidtestlib/src/com/android/test/
H A DInjectBundle.java24 import java.lang.annotation.ElementType;
25 import java.lang.annotation.Retention;
26 import java.lang.annotation.RetentionPolicy;
27 import java.lang.annotation.Target;
33 * To use, just add the correct annotation to an {@link Bundle} field like this:
H A DInjectContext.java26 import java.lang.annotation.ElementType;
27 import java.lang.annotation.Retention;
28 import java.lang.annotation.RetentionPolicy;
29 import java.lang.annotation.Target;
35 * To use, just add the correct annotation to an {@link Context} field like this:
H A DInjectInstrumentation.java25 import java.lang.annotation.ElementType;
26 import java.lang.annotation.Retention;
27 import java.lang.annotation.RetentionPolicy;
28 import java.lang.annotation.Target;
33 * To use, just add the correct annotation to an {@link Instrumentation} field like this:
/frameworks/base/telephony/java/android/telephony/
H A DCallStateListener.java19 import android.annotation.PrivateApi;

Completed in 412 milliseconds

1234567891011>>