Searched refs:nativeFindSupportedAbi (Results 1 – 1 of 1) sorted by relevance
216 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis, handle.debuggable); in findSupportedAbi()238 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis, in nativeFindSupportedAbi() method in NativeLibraryHelper