Searched refs:className (Results 1 – 8 of 8) sorted by relevance
14 …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…
6 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;
23 fun javaSample(className: String): TestFile { in javaSample()33 fun ktSample(className: String): TestFile { in ktSample()
55 val className: String = "", constant in androidx.annotation.keep.GenerateKeepForField
59 val className: String = "", constant in androidx.annotation.keep.GenerateKeepForConstructor
55 val className: String = "", constant in androidx.annotation.keep.GenerateKeepForMethod
808 className: String in UAnnotation()811 if (attributeValue.getFullyQualifiedName() == className) { in UAnnotation()816 attrValue.getFullyQualifiedName() == className in UAnnotation()