Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
DCommonParameterItemTest.kt293 val expectedTypes = in Test nullability of parameter annotated with @not-type-use-NonNull() constant
303 val expectedType = expectedTypes[name]!! in Test nullability of parameter annotated with @not-type-use-NonNull()
353 val expectedTypes = in Test nullability of parameter annotated with @not-type-use-Nullable() constant
363 val expectedType = expectedTypes[name]!! in Test nullability of parameter annotated with @not-type-use-Nullable()
410 val expectedTypes = in Test nullability of non-Kotlin varargs() constant
418 val expectedType = expectedTypes[name]!! in Test nullability of non-Kotlin varargs()
455 val expectedTypes = in Test nullability of Kotlin varargs last() constant
470 val expectedType = expectedTypes[name]!! in Test nullability of Kotlin varargs last()
490 val expectedTypes = in Test nullability of Kotlin varargs not-last() constant
505 val expectedType = expectedTypes[name]!! in Test nullability of Kotlin varargs not-last()
[all …]
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/
DCommonFieldItemTest.kt290 val expectedTypes = in <lambda>() constant
300 val expectedType = expectedTypes[name]!! in <lambda>()
349 val expectedTypes = in <lambda>() constant
359 val expectedType = expectedTypes[name]!! in <lambda>()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/
DCommonClassItemTest.kt1377 val expectedTypes = in Test inheritMethodFromNonApiAncestor with type substitutions() constant
1398 .isEqualTo(expectedTypes[name]) in Test inheritMethodFromNonApiAncestor with type substitutions()