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

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java180 * {@code supportedAbis}. Returns an index into {@code supportedAbis} if a matching
185 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { argument
188 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis);
210 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis); argument
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp415 Vector<ScopedUtfChars*> supportedAbis; local
418 supportedAbis.add(new ScopedUtfChars(env,
450 const ScopedUtfChars* abi = supportedAbis[i];
461 delete supportedAbis[i];
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java935 final String[] supportedAbis = Build.SUPPORTED_ABIS;
937 for (String supportedAbi : supportedAbis) {
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1670 final String[] supportedAbis = Build.SUPPORTED_ABIS;
1671 for (String supportedAbi : supportedAbis) {

Completed in 2699 milliseconds