Searched refs:LocalContextCastIssueDetector (Results 1 – 3 of 3) sorted by relevance
30 override fun getDetector(): Detector = LocalContextCastIssueDetector() in getDetector()33 mutableListOf(LocalContextCastIssueDetector.ContextCastToActivity) in getDetector()
38 class LocalContextCastIssueDetector : Detector(), SourceCodeScanner { class89 LocalContextCastIssueDetector::class.java,
35 LocalContextCastIssueDetector.ContextCastToActivity