Searched refs:keepAnnotated (Results 1 – 1 of 1) sorted by relevance
74 boolean keepAnnotated = true; in main()77 keepAnnotated = false; in main()91 MainDexListBuilder builder = new MainDexListBuilder(keepAnnotated, args[argIndex], in main()102 public MainDexListBuilder(boolean keepAnnotated, String rootJar, String pathString) in MainDexListBuilder() argument120 if (keepAnnotated) { in MainDexListBuilder()121 keepAnnotated(path); in MainDexListBuilder()161 private void keepAnnotated(Path path) throws FileNotFoundException { in keepAnnotated() method in MainDexListBuilder