Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/LintChecker/src/com/android/settingslib/tools/lint/
DNullabilityAnnotationsDetector.kt73 REQUIRE_NULLABILITY_ISSUE, in getApplicableUastTypes()
83 reportIssue(REQUIRE_NULLABILITY_ISSUE, message) in getApplicableUastTypes()
130 internal val REQUIRE_NULLABILITY_ISSUE = Issue in JavaContext() constant
DSettingsLintIssueRegistry.kt25 override val issues = listOf(NullabilityAnnotationsDetector.REQUIRE_NULLABILITY_ISSUE)