HomeSort by relevance Sort by last modified time
    Searched refs:CONSTRUCTOR (Results 1 - 25 of 71) sorted by null

1 2 3

  /art/test/004-annotations/src/android/test/anno/
AnnoFancyConstructor.java 5 @Target(ElementType.CONSTRUCTOR)
AnnoSimpleConstructor.java 5 @Target(ElementType.CONSTRUCTOR)
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoFancyConstructor.java 5 @Target(ElementType.CONSTRUCTOR)
AnnoSimpleConstructor.java 5 @Target(ElementType.CONSTRUCTOR)
  /libcore/luni/src/main/java/java/lang/annotation/
ElementType.java 45 * Constructor declaration.
47 CONSTRUCTOR,
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
KeepName.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
KeepName.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
  /frameworks/base/core/java/android/annotation/
TargetApi.java 18 import static java.lang.annotation.ElementType.CONSTRUCTOR;
28 @Target({TYPE, METHOD, CONSTRUCTOR})
SuppressLint.java 18 import static java.lang.annotation.ElementType.CONSTRUCTOR;
30 @Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE})
  /sdk/annotations/src/android/annotation/
TargetApi.java 18 import static java.lang.annotation.ElementType.CONSTRUCTOR;
28 @Target({TYPE, METHOD, CONSTRUCTOR})
SuppressLint.java 18 import static java.lang.annotation.ElementType.CONSTRUCTOR;
30 @Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE})
  /packages/apps/Dialer/src/com/android/dialer/
NeededForReflection.java 25 * Denotes that the class, constructor, method or field is used for reflection and therefore cannot
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/apps/InCallUI/src/com/android/incallui/
NeededForReflection.java 25 * Denotes that the class, constructor, method or field is used for reflection and therefore cannot
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /libcore/luni/src/main/java/java/lang/
FindBugsSuppressWarnings.java 19 import static java.lang.annotation.ElementType.CONSTRUCTOR;
36 @Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE})
SafeVarargs.java 33 @Target(value={ElementType.CONSTRUCTOR, ElementType.METHOD})
SuppressWarnings.java 36 ElementType.PARAMETER, ElementType.CONSTRUCTOR,
  /external/guava/guava/src/com/google/common/annotations/
GwtIncompatible.java 39 @Target({ ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD })
Beta.java 36 ElementType.CONSTRUCTOR,
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultQualifier.java 27 @Target({CONSTRUCTOR, METHOD, FIELD, LOCAL_VARIABLE, PARAMETER, TYPE})
DefaultQualifiers.java 31 @Target({CONSTRUCTOR, METHOD, FIELD, LOCAL_VARIABLE, PARAMETER, TYPE})
  /packages/apps/Contacts/src/com/android/contacts/test/
NeededForReflection.java 25 * Denotes that the class, constructor, method or field is used by tests and therefore cannot be
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/apps/ContactsCommon/src/com/android/contacts/common/test/
NeededForTesting.java 25 * Denotes that the class, constructor, method or field is used by tests and therefore cannot be
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
NeededForTesting.java 25 * Denotes that the class, constructor, method or field is used by tests and therefore cannot be
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})

Completed in 217 milliseconds

1 2 3