Home
last modified time | relevance | path

Searched refs:ANDROID_PRE_N_DEX_VERSION_BYTES (Results 1 – 4 of 4) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/dex/
DConstants.java25 public static final byte[] ANDROID_PRE_N_DEX_VERSION_BYTES = {'0', '3', '5'}; field in Constants
DFileWriter.java786 return Constants.ANDROID_PRE_N_DEX_VERSION_BYTES; in convertApiLevelToDexVersion()
/external/r8/src/test/java/com/android/tools/r8/dex/
DLeb128Test.java51 buffer.putBytes(Constants.ANDROID_PRE_N_DEX_VERSION_BYTES); in createDexFileWithContent()
DEncodedFloatingValueTest.java48 buffer.putBytes(Constants.ANDROID_PRE_N_DEX_VERSION_BYTES); in createDexFileWithContent()