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