Searched defs:libraryDexBuffers (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java167 private static final List<byte[]> libraryDexBuffers = new ArrayList<byte[]>(); field in class:Main
215 libraryDexBuffers.clear();
321 if (!libraryDexBuffers.isEmpty()) {
431 for (byte[] libraryDex : libraryDexBuffers) {
636 synchronized (libraryDexBuffers) {
637 libraryDexBuffers.add(bytes);

Completed in 5 milliseconds