Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/fix/
Dsoong_lint_fix.py90 def __init__(self, check=None, lint_module=None): argument
92 self._lint_module = lint_module
211 super().__init__(check=opts.check, lint_module=opts.lint_module)
232 self.lint_module = None
/frameworks/base/tools/lint/utils/
Denforce_permission_counter.py26 super().__init__(check=CHECK, lint_module=LINT_MODULE)