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

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java91 (pkg.applicationInfo.flags & ApplicationInfo.FLAG_MULTIARCH) != 0,
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java406 public static final int FLAG_MULTIARCH = 1 << 31; field in class:ApplicationInfo
425 * {@link #FLAG_MULTIARCH}.
H A DPackageParser.java2918 ai.flags |= ApplicationInfo.FLAG_MULTIARCH;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9544 if ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_MULTIARCH) == 0) {
15462 return (info.flags & ApplicationInfo.FLAG_MULTIARCH) != 0;

Completed in 148 milliseconds