Home
last modified time | relevance | path

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

/annotation/annotation-keep/bcv/native/
Dcurrent.txt14 …final val className // androidx.annotation.keep/GenerateKeepForConstructor.className|{}className[0]
15 …final fun <get-className>(): kotlin/String // androidx.annotation.keep/GenerateKeepForConstructor.
27 final val className // androidx.annotation.keep/GenerateKeepForField.className|{}className[0]
28 …final fun <get-className>(): kotlin/String // androidx.annotation.keep/GenerateKeepForField.classN…
42 final val className // androidx.annotation.keep/GenerateKeepForMethod.className|{}className[0]
43 …final fun <get-className>(): kotlin/String // androidx.annotation.keep/GenerateKeepForMethod.class…
/annotation/annotation-keep/api/
Drestricted_current.txt6 method public abstract String className() default "";
10 property public abstract String className;
18 property public abstract String className;
25 method public abstract String className() default "";
30 property public abstract String className;
39 property public abstract String className;
47 method public abstract String className() default "";
54 property public abstract String className;
65 property public abstract String className;
Dcurrent.txt6 method public abstract String className() default "";
10 property public abstract String className;
18 property public abstract String className;
25 method public abstract String className() default "";
30 property public abstract String className;
39 property public abstract String className;
47 method public abstract String className() default "";
54 property public abstract String className;
65 property public abstract String className;
/annotation/annotation-experimental-lint/src/test/kotlin/androidx/annotation/experimental/lint/
DTestUtils.kt23 fun javaSample(className: String): TestFile { in javaSample()
33 fun ktSample(className: String): TestFile { in ktSample()
/annotation/annotation-keep/src/commonMain/kotlin/androidx/annotation/keep/
DGenerateKeepForField.kt55 val className: String = "", constant in androidx.annotation.keep.GenerateKeepForField
DGenerateKeepForConstructor.kt59 val className: String = "", constant in androidx.annotation.keep.GenerateKeepForConstructor
DGenerateKeepForMethod.kt55 val className: String = "", constant in androidx.annotation.keep.GenerateKeepForMethod
/annotation/annotation-experimental-lint/src/main/java/androidx/annotation/experimental/lint/
DExperimentalDetector.kt808 className: String in UAnnotation()
811 if (attributeValue.getFullyQualifiedName() == className) { in UAnnotation()
816 attrValue.getFullyQualifiedName() == className in UAnnotation()