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

/external/dexmaker/src/dx/java/com/android/dx/dex/
H A DDexFormat.java30 public static final int API_CURRENT = 14; field in class:DexFormat
76 return API_CURRENT;
90 if (targetApiLevel >= API_CURRENT) {
H A DDexOptions.java38 return targetApiLevel >= DexFormat.API_CURRENT;

Completed in 86 milliseconds