Searched refs:API_NO_EXTENDED_OPCODES (Results 1 - 2 of 2) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DDexFormat.java33 public static final int API_NO_EXTENDED_OPCODES = 13; field in class:DexFormat
H A DTableOfContents.java78 if (apiTarget != DexFormat.API_NO_EXTENDED_OPCODES) {
167 out.write(DexFormat.apiToMagic(DexFormat.API_NO_EXTENDED_OPCODES).getBytes("UTF-8"));

Completed in 347 milliseconds