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

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

Completed in 224 milliseconds