Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
DPsiAnnotationMixtureTest.kt90 val stringMethod = methods[1] in foo1() constant
91 val string = stringMethod.returnType() in foo1()
94 val stringMethodAnnotations = stringMethod.annotationNames() in foo1()
95 if ((stringMethod as PsiMethodItem).psiMethod.isKotlin()) { in foo1()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonTypeModifiersTest.kt93 val stringMethod = methods[1] in <lambda>() constant
94 val string = stringMethod.returnType() in <lambda>()
98 val stringMethodAnnotations = stringMethod.annotationNames() in <lambda>()
169 val stringMethod = methods[1] in <lambda>() constant
170 val string = stringMethod.returnType() in <lambda>()
176 stringMethod.annotationNames().filter { !isNullnessAnnotation(it.orEmpty()) } in <lambda>()
216 val stringMethod = methods[1] in <lambda>() constant
217 val string = stringMethod.returnType() in <lambda>()
219 assertThat(stringMethod.annotationNames()) in <lambda>()