Home
last modified time | relevance | path

Searched refs:propertyItem (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/
DCommonPropertyItemTest.kt157 val propertyItem = fooClass.properties().single() in Test property delegate to generic Kotlin object() constant
158 assertThat(propertyItem.name()).isEqualTo("delegatingList") in Test property delegate to generic Kotlin object()
159 val propertyType = propertyItem.type() in Test property delegate to generic Kotlin object()
191 val propertyItem = fooClass.properties().single() in Test property delegate to lambda Kotlin object() constant
192 assertThat(propertyItem.name()).isEqualTo("delegatingList") in Test property delegate to lambda Kotlin object()
193 val propertyType = propertyItem.type() in Test property delegate to lambda Kotlin object()
/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/
DAssertions.kt70 val propertyItem = properties().firstOrNull { it.name() == propertyName } in ClassItem() constant
71 assertNotNull(propertyItem, message = "Expected $propertyName to be defined") in ClassItem()
72 return propertyItem in ClassItem()
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
DPsiPropertyItemTest.kt265 propertyItem: PropertyItem, in annotation on properties()
268 val annotations = propertyItem.modifiers.annotations().exceptNullness() in annotation on properties()
282 propertyItem: PropertyItem, in annotation on properties()
286 val annotations = propertyItem.modifiers.annotations().exceptNullness() in annotation on properties()