Home
last modified time | relevance | path

Searched refs:supportedAbis (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp437 Vector<ScopedUtfChars*> supportedAbis; in findSupportedAbi() local
440 supportedAbis.add(new ScopedUtfChars(env, in findSupportedAbi()
471 const ScopedUtfChars* abi = supportedAbis[i]; in findSupportedAbi()
482 delete supportedAbis[i]; in findSupportedAbi()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java191 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() argument
194 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis); in findSupportedAbi()
216 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis); in nativeFindSupportedAbi() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1118 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local
1119 for (String supportedAbi : supportedAbis) { in checkAbiArgument()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java343 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local
344 for (String supportedAbi : supportedAbis) { in checkAbiArgument()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java874 final String[] supportedAbis = Build.SUPPORTED_ABIS;
876 for (String supportedAbi : supportedAbis) {