Home
last modified time | relevance | path

Searched defs:afterCheckFile (Results 1 – 6 of 6) sorted by relevance

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DManifestOrderDetector.java151 public void afterCheckFile(Context context) { in afterCheckFile() method in ManifestOrderDetector
DAlwaysShowActionDetector.java116 public void afterCheckFile(Context context) { in afterCheckFile() method in AlwaysShowActionDetector
DWrongIdDetector.java156 public void afterCheckFile(Context context) { in afterCheckFile() method in WrongIdDetector
DTranslationDetector.java154 public void afterCheckFile(Context context) { in afterCheckFile() method in TranslationDetector
DDuplicateIdDetector.java133 public void afterCheckFile(Context context) { in afterCheckFile() method in DuplicateIdDetector
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DDetector.java366 public void afterCheckFile(@NonNull Context context) { in afterCheckFile() method in Detector