Searched refs:isSupportedDexMagic (Results 1 – 2 of 2) sorted by relevance
176 public static boolean isSupportedDexMagic(byte[] magic) { in isSupportedDexMagic() method in DexFormat
80 if (!DexFormat.isSupportedDexMagic(magic)) { in readHeader()