Searched refs:supportedAbis (Results 1 – 5 of 5) sorted by relevance
437 Vector<ScopedUtfChars*> supportedAbis; in findSupportedAbi() local440 supportedAbis.add(new ScopedUtfChars(env, in findSupportedAbi()471 const ScopedUtfChars* abi = supportedAbis[i]; in findSupportedAbi()482 delete supportedAbis[i]; in findSupportedAbi()
191 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() argument194 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis); in findSupportedAbi()216 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis); in nativeFindSupportedAbi() argument
1118 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local1119 for (String supportedAbi : supportedAbis) { in checkAbiArgument()
343 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local344 for (String supportedAbi : supportedAbis) { in checkAbiArgument()
874 final String[] supportedAbis = Build.SUPPORTED_ABIS;876 for (String supportedAbi : supportedAbis) {