Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DAndroidLinter.java26 if (!shouldLint(field.containingClass())) return; in lintField()
69 if (!shouldLint(method.containingClass())) return; in lintMethod()
119 if (!shouldLint(method.containingClass())) return; in lintParameter()
169 private static boolean shouldLint(ClassInfo clazz) { in shouldLint() method in AndroidLinter