Home
last modified time | relevance | path

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

/lint-checks/src/main/java/androidx/build/lint/
DAndroidXIssueRegistry.kt60 SampledAnnotationDetector.OBSOLETE_SAMPLED_ANNOTATION,
61 SampledAnnotationDetector.UNRESOLVED_SAMPLE_LINK,
62 SampledAnnotationDetector.MULTIPLE_FUNCTIONS_FOUND,
63 SampledAnnotationDetector.INVALID_SAMPLES_LOCATION,
DSampledAnnotationDetector.kt21 import androidx.build.lint.SampledAnnotationDetector.Companion.INVALID_SAMPLES_LOCATION in <lambda>()
22 import androidx.build.lint.SampledAnnotationDetector.Companion.MULTIPLE_FUNCTIONS_FOUND in <lambda>()
23 import androidx.build.lint.SampledAnnotationDetector.Companion.OBSOLETE_SAMPLED_ANNOTATION in <lambda>()
24 import androidx.build.lint.SampledAnnotationDetector.Companion.SAMPLED_ANNOTATION in <lambda>()
25 import androidx.build.lint.SampledAnnotationDetector.Companion.SAMPLED_ANNOTATION_FQN in <lambda>()
26 import androidx.build.lint.SampledAnnotationDetector.Companion.SAMPLED_FUNCTION_MAP in <lambda>()
27 import androidx.build.lint.SampledAnnotationDetector.Companion.SAMPLES_DIRECTORY in <lambda>()
28 import androidx.build.lint.SampledAnnotationDetector.Companion.SAMPLE_KDOC_ANNOTATION in <lambda>()
29 import androidx.build.lint.SampledAnnotationDetector.Companion.SAMPLE_LINK_MAP in <lambda>()
30 import androidx.build.lint.SampledAnnotationDetector.Companion.UNRESOLVED_SAMPLE_LINK in <lambda>()
[all …]
/lint-checks/src/test/java/androidx/build/lint/
DSampledAnnotationDetectorTest.kt40 override fun getDetector() = SampledAnnotationDetector() in getDetector()
44 SampledAnnotationDetector.OBSOLETE_SAMPLED_ANNOTATION, in getDetector()
45 SampledAnnotationDetector.UNRESOLVED_SAMPLE_LINK, in getDetector()
46 SampledAnnotationDetector.MULTIPLE_FUNCTIONS_FOUND, in getDetector()
47 SampledAnnotationDetector.INVALID_SAMPLES_LOCATION in getDetector()