Searched refs:addMainDexRules (Results 1 – 3 of 3) sorted by relevance
67 public Builder addMainDexRules(Path... paths) { in addMainDexRules() method in R8Command.Builder75 public Builder addMainDexRules(List<Path> paths) { in addMainDexRules() method in R8Command.Builder275 builder.addMainDexRules(Paths.get(args[++i])); in parse()
35 .addMainDexRules(mainDexRules) in testWithMainDex()
135 .addMainDexRules(mainDexRules) in doTest()