Searched refs:shouldLint (Results 1 – 1 of 1) sorted by relevance
26 if (!shouldLint(field.containingClass())) return; in lintField()69 if (!shouldLint(method.containingClass())) return; in lintMethod()121 if (!shouldLint(method.containingClass())) return; in lintParameter()171 private static boolean shouldLint(ClassInfo clazz) { in shouldLint() method in AndroidLinter