Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/LintChecker/src/com/android/settingslib/tools/lint/
DNullabilityAnnotationsDetector.kt72 reportIssue( in getApplicableUastTypes()
83 reportIssue(REQUIRE_NULLABILITY_ISSUE, message) in getApplicableUastTypes()
87 private fun UElement.reportIssue( in getApplicableUastTypes() method