HomeSort by relevance Sort by last modified time
    Searched refs:ElementType (Results 51 - 75 of 610) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/test/suitebuilder/annotation/
Smoke.java 19 import java.lang.annotation.ElementType;
36 @Target({ElementType.METHOD, ElementType.TYPE})
Suppress.java 22 import java.lang.annotation.ElementType;
36 @Target({ElementType.METHOD, ElementType.TYPE})
  /frameworks/base/core/java/com/android/internal/annotations/
GuardedBy.java 19 import java.lang.annotation.ElementType;
28 @Target({ ElementType.FIELD, ElementType.METHOD })
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
RealDeviceTest.java 19 import java.lang.annotation.ElementType;
25 @Target({ElementType.TYPE, ElementType.METHOD})
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
Bindable.java 20 import java.lang.annotation.ElementType;
32 @Target({ElementType.FIELD, ElementType.METHOD})
  /platform_testing/libraries/annotations/src/android/platform/test/annotations/
ApiTest.java 19 import java.lang.annotation.ElementType;
29 @Target({ElementType.METHOD, ElementType.TYPE})
HermeticTest.java 19 import java.lang.annotation.ElementType;
34 @Target({ElementType.METHOD, ElementType.TYPE})
Postsubmit.java 19 import java.lang.annotation.ElementType;
34 @Target({ElementType.METHOD, ElementType.TYPE})
Presubmit.java 19 import java.lang.annotation.ElementType;
29 @Target({ElementType.METHOD, ElementType.TYPE})
QualityTest.java 19 import java.lang.annotation.ElementType;
29 @Target({ElementType.METHOD, ElementType.TYPE})
RestrictedBuildTest.java 19 import java.lang.annotation.ElementType;
33 @Target({ElementType.METHOD, ElementType.TYPE})
RootPermissionTest.java 19 import java.lang.annotation.ElementType;
30 @Target({ElementType.METHOD, ElementType.TYPE})
SecurityTest.java 19 import java.lang.annotation.ElementType;
29 @Target({ElementType.METHOD, ElementType.TYPE})
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckReturnValue.java 4 import java.lang.annotation.ElementType;
12 @Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE,
13 ElementType.PACKAGE })
  /frameworks/base/core/java/android/annotation/
IntRange.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
24 import static java.lang.annotation.ElementType.METHOD;
25 import static java.lang.annotation.ElementType.PARAMETER;
SuppressLint.java 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;
  /frameworks/support/annotations/src/android/support/annotation/
IntRange.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
24 import static java.lang.annotation.ElementType.METHOD;
25 import static java.lang.annotation.ElementType.PARAMETER;
RestrictTo.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 import static java.lang.annotation.ElementType.CONSTRUCTOR;
23 import static java.lang.annotation.ElementType.FIELD;
24 import static java.lang.annotation.ElementType.METHOD;
25 import static java.lang.annotation.ElementType.PACKAGE;
26 import static java.lang.annotation.ElementType.TYPE;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/annotations/
Keep.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 import static java.lang.annotation.ElementType.CONSTRUCTOR;
23 import static java.lang.annotation.ElementType.FIELD;
24 import static java.lang.annotation.ElementType.METHOD;
25 import static java.lang.annotation.ElementType.PACKAGE;
26 import static java.lang.annotation.ElementType.TYPE;
  /libcore/luni/src/main/java/java/lang/
FindBugsSuppressWarnings.java 19 import static java.lang.annotation.ElementType.CONSTRUCTOR;
20 import static java.lang.annotation.ElementType.FIELD;
21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
22 import static java.lang.annotation.ElementType.METHOD;
23 import static java.lang.annotation.ElementType.PARAMETER;
24 import static java.lang.annotation.ElementType.TYPE;
  /sdk/annotations/src/android/annotation/
SuppressLint.java 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;
  /external/guava/guava/src/com/google/common/annotations/
GwtCompatible.java 20 import java.lang.annotation.ElementType;
65 @Target({ ElementType.TYPE, ElementType.METHOD })
  /external/guice/extensions/persist/src/com/google/inject/persist/
Transactional.java 19 import java.lang.annotation.ElementType;
41 @Target({ ElementType.METHOD, ElementType.TYPE })
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
RequestScoped.java 21 import java.lang.annotation.ElementType;
31 @Target({ ElementType.TYPE, ElementType.METHOD })
SessionScoped.java 21 import java.lang.annotation.ElementType;
32 @Target({ ElementType.TYPE, ElementType.METHOD })

Completed in 931 milliseconds

1 23 4 5 6 7 8 91011>>