Searched defs:mainDexList (Results 1 – 6 of 6) sorted by relevance
20 Path mainDexList = temp.newFile().toPath(); in testNoMainDex() local37 Path mainDexList = temp.newFile().toPath(); in testWithMainDex() local
194 Path mainDexList = temp.getRoot().toPath().resolve("valid.txt"); in validEntries() local206 Path mainDexList = temp.getRoot().toPath().resolve("invalid.txt"); in invalidQualifiedEntry() local360 Path mainDexList = temp.newFile().toPath(); in doVerifyMainDexContains() local
40 public final ImmutableSet<DexType> mainDexList; field in DexApplication57 ImmutableSet<DexType> mainDexList, in DexApplication()314 private final Set<DexType> mainDexList = Sets.newIdentityHashSet(); field in DexApplication.Builder382 public Builder addToMainDexList(Collection<DexType> mainDexList) { in addToMainDexList()
57 Path mainDexList = Paths.get(arg); in run() local
88 public final String mainDexList; field in CompatDx.DxCompatOptions163 final OptionSpec<String> mainDexList; field in CompatDx.DxCompatOptions.Spec343 Path mainDexList = null; in run() local
62 private final Resource mainDexList; field in AndroidApp74 Resource mainDexList) { in AndroidApp()381 private Resource mainDexList; field in AndroidApp.Builder