Home | History | Annotate | Download | only in stock

Lines Matching refs:dexCache

70  *         .dexCache(getInstrumentation().getTargetContext().getDir("dx", Context.MODE_PRIVATE))
100 * You must provide a dex cache directory via the {@link #dexCache(File)} method. You should take
132 private File dexCache;
165 public ProxyBuilder<T> dexCache(File dexCache) {
166 this.dexCache = dexCache;
195 * @throws IOException if an exception occurred writing to the {@code dexCache} directory.
252 ClassLoader classLoader = dexMaker.generateAndLoad(parentClassLoader, dexCache);