Home
last modified time | relevance | path

Searched defs:AnnotationValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/ext/
Delement_ext.kt99 fun AnnotationValue.toListOfClassTypes(): List<TypeMirror> { in AnnotationValue() method
103 fun AnnotationValue.toType(): TypeMirror { in toType() method
107 fun AnnotationValue.toClassType(): TypeMirror? { in toClassType() method
153 fun AnnotationValue.getAsInt(def: Int? = null): Int? { in AnnotationValue() method
157 fun AnnotationValue.getAsString(def: String? = null): String? { in AnnotationValue() method
161 fun AnnotationValue.getAsBoolean(def: Boolean): Boolean { in getAsBoolean() method
165 fun AnnotationValue.getAsStringList(): List<String> { in AnnotationValue() method
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
DAnnotationValue.java19 public enum AnnotationValue { enum