Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DUAnnotationItem.kt177 val source = getConstantSource(initializer) in appendValue()
225 val source = getConstantSource(value) in appendValue()
235 private fun getConstantSource(value: UExpression): String? { in getConstantSource() method
240 private fun getConstantSource(value: PsiExpression): String? { in getConstantSource() method
DPsiAnnotationItem.kt192 val source = getConstantSource(initializer) in appendValue()
237 val source = getConstantSource(value) in appendValue()
248 private fun getConstantSource(value: PsiExpression): String? { in getConstantSource() method