Searched refs:androidxNonNullSource (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
H A D | NullnessMigrationTest.kt | 46 androidxNonNullSource, in Test Kotlin-style null signatures() 85 androidxNonNullSource, in Method which is now marked null should be marked as recently migrated null() 139 androidxNonNullSource, in Parameter which is now marked null should be marked as recently migrated null() 196 androidxNonNullSource, in Comprehensive check of migration() 271 androidxNonNullSource, in Comprehensive check of migration, Kotlin-style output() 383 androidxNonNullSource, in Check type use annotations() 439 androidxNonNullSource, in Check androidx package annotation() 489 androidxNonNullSource, in Migrate nullness for type-use annotations() 563 androidxNonNullSource, in Do not migrate type-use annotations when not changed() 638 androidxNonNullSource, in Regression test for issue 111054266, type use annotations() [all …]
|
H A D | AnnotationsMergerTest.kt | 42 androidxNonNullSource, in Merge conflicting nullability when merging from sources() 93 androidxNonNullSource, in Merge conflicting nullability when merging from XML() 161 androidxNonNullSource, in Signature files contain annotations() 950 androidxNonNullSource, in Merge Contract and Language annotations from XML files()
|
H A D | ApiFileTest.kt | 347 androidxNonNullSource, in Default Values in Kotlin for expressions() 798 androidxNonNullSource, in Nullness in varargs() 1071 androidxNonNullSource, in Propagate Platform types in Kotlin() 1228 androidxNonNullSource, in Known nullness() 4006 androidxNonNullSource, in Test inherited methods that use generics() 4718 androidxNonNullSource, in Concise default Values in Kotlin for expressions()
|
H A D | KotlinInteropChecksTest.kt | 57 androidxNonNullSource in Hard Kotlin keywords() 135 androidxNonNullSource in Sam-compatible parameters should be last()
|
H A D | DriverTest.kt | 1676 val androidxNonNullSource: TestFile = constant
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
H A D | NullabilityLintTest.kt | 20 import com.android.tools.metalava.androidxNonNullSource 77 androidxNonNullSource in Test fields, parameters and returns require nullability() 323 androidxNonNullSource in Test equals, toString, non-null constants, enums and annotation members don't require nullability() 369 androidxNonNullSource in No nullability allowed on overrides of unannotated methods or parameters() 409 androidxNonNullSource in Override enforcement on kotlin sourced child class() 443 androidxNonNullSource in Overrides of non-null methods cannot be nullable() 478 androidxNonNullSource in Overrides of nullable parameters cannot be non-null() 542 androidxNonNullSource, in Invalid nullability override in function with generic parameter() 587 androidxNonNullSource, in Nullability overrides in unbounded generics (Object to generic and back)()
|
H A D | ApiLintTest.kt | 20 import com.android.tools.metalava.androidxNonNullSource 199 androidxNonNullSource, in Test constants() 654 androidxNonNullSource in Only android_net_Uri allowed() 954 androidxNonNullSource in Check suppress works on inherited methods() 1129 androidxNonNullSource in Check boolean getter and setter naming patterns() 1337 androidxNonNullSource in Check banned collections() 1979 androidxNonNullSource, in Check units and method names() 2267 androidxNonNullSource, in Check Kotlin keywords() 2311 androidxNonNullSource, in Return collections instead of arrays() 2488 androidxNonNullSource in Check no clone() [all …]
|
H A D | CheckBuilderTest.kt | 20 import com.android.tools.metalava.androidxNonNullSource 294 androidxNonNullSource, in Check builders()
|
H A D | ApiLintBaselineTest.kt | 20 import com.android.tools.metalava.androidxNonNullSource 286 androidxNonNullSource, in Check generic builders with synthesized setter()
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
H A D | NullnessCompatibilityTest.kt | 20 import com.android.tools.metalava.androidxNonNullSource 235 androidxNonNullSource, in Field nullness changes are not allowed()
|
H A D | CompatibilityCheckTest.kt | 23 import com.android.tools.metalava.androidxNonNullSource 3271 androidxNonNullSource, in Check parameterized return type nullability()
|