Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/
DCommonClassItemTest.kt889 val childTypeParams = child.typeParameterList in Test basic mapTypeVariables() constant
890 val x = childTypeParams[0].type() in Test basic mapTypeVariables()
891 val y = childTypeParams[1].type() in Test basic mapTypeVariables()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonTypeItemTest.kt1312 val childTypeParams = child.typeParameterList in Test convertType() constant
1313 val x = childTypeParams[0] in Test convertType()
1314 val y = childTypeParams[1] in Test convertType()