Home
last modified time | relevance | path

Searched refs:FlagsAnnotation (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
DAnnotationsRetriever.java132 FlagsAnnotation<? extends Annotation> enabledAnnotation, in getMergedFlagValues()
133 FlagsAnnotation<? extends Annotation> disabledAnnotation, in getMergedFlagValues()
178 @Nonnull FlagsAnnotation<? extends Annotation> enabledAnnotation, in getFlagValues()
179 @Nonnull FlagsAnnotation<? extends Annotation> disabledAnnotation, in getFlagValues()
206 FlagsAnnotation<T> flagsAnnotation, Collection<Annotation> annotations) { in getFlagsForAnnotation()
296 private abstract static class FlagsAnnotation<T extends Annotation> { class in AnnotationsRetriever
299 FlagsAnnotation(Class<T> type) { in FlagsAnnotation() method in AnnotationsRetriever.FlagsAnnotation
312 private static final FlagsAnnotation<RequiresFlagsEnabled> sRequiresFlagsEnabled =
313 new FlagsAnnotation<>(RequiresFlagsEnabled.class) {
319 private static final FlagsAnnotation<RequiresFlagsDisabled> sRequiresFlagsDisabled =
[all …]