Searched refs:keepAnnotated (Results 1 – 1 of 1) sorted by relevance
73 boolean keepAnnotated = true; in main()76 keepAnnotated = false; in main()90 MainDexListBuilder builder = new MainDexListBuilder(keepAnnotated, args[argIndex], in main()101 public MainDexListBuilder(boolean keepAnnotated, String rootJar, String pathString) in MainDexListBuilder() argument119 if (keepAnnotated) { in MainDexListBuilder()120 keepAnnotated(path); in MainDexListBuilder()160 private void keepAnnotated(Path path) throws FileNotFoundException { in keepAnnotated() method in MainDexListBuilder