Home
last modified time | relevance | path

Searched defs:static (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DCoreApiTest.kt366 import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import
367 import static java.lang.annotation.ElementType.CONSTRUCTOR; import
368 import static java.lang.annotation.ElementType.FIELD; import
369 import static java.lang.annotation.ElementType.METHOD; import
370 import static java.lang.annotation.ElementType.PACKAGE; import
371 import static java.lang.annotation.ElementType.TYPE; import
393 import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import
394 import static java.lang.annotation.ElementType.CONSTRUCTOR; import
395 import static java.lang.annotation.ElementType.FIELD; import
396 import static java.lang.annotation.ElementType.METHOD; import
[all …]
DShowAnnotationTest.kt318 import static androidx.annotation.RestrictTo.Scope.LIBRARY; in showAnnotation with parameters() import
319 import static androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP; in showAnnotation with parameters() import
370 import static test.annotation.Api.Type.A; in showAnnotation with default parameters() import
371 import static test.annotation.Api.Type.B; in showAnnotation with default parameters() import
536 import static test.pkg.AClass.SOME_VALUE; in new class in the same package while parsing a class() import
DDocAnalyzerTest.kt82 import static java.lang.annotation.ElementType.*; in Fix first sentence handling() import
83 import static java.lang.annotation.RetentionPolicy.CLASS; in Fix first sentence handling() import