Searched refs:api (Results 1 – 2 of 2) sorted by relevance
177 int api = magicToApi(magic); in isSupportedDexMagic() local178 return api > 0; in isSupportedDexMagic()
174 public void writeHeader(Dex.Section out, int api) throws IOException { in writeHeader() argument175 out.write(DexFormat.apiToMagic(api).getBytes("UTF-8")); in writeHeader()