Home
last modified time | relevance | path

Searched defs:hasCloseResourceMethod (Results 1 – 2 of 2) sorted by relevance

/external/desugar/java/com/google/devtools/build/android/desugar/
DCloseResourceMethodScanner.java28 private boolean hasCloseResourceMethod; field in CloseResourceMethodScanner
50 public boolean hasCloseResourceMethod() { in hasCloseResourceMethod() method in CloseResourceMethodScanner
DTryWithResourcesRewriter.java114 private final boolean hasCloseResourceMethod; field in TryWithResourcesRewriter
133 boolean hasCloseResourceMethod) { in TryWithResourcesRewriter()