Searched refs:FLAG_MULTIARCH (Results 1 – 7 of 7) sorted by relevance
91 (pkg.applicationInfo.flags & ApplicationInfo.FLAG_MULTIARCH) != 0, in create()
392 public static final int FLAG_MULTIARCH = 1 << 31; field in ApplicationInfo
2589 ai.flags |= ApplicationInfo.FLAG_MULTIARCH; in parseBaseApplication()
7998 if ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_MULTIARCH) == 0) { in setBundledAppAbi()12528 return (ps.pkgFlags & ApplicationInfo.FLAG_MULTIARCH) != 0; in isMultiArch()12532 return (info.flags & ApplicationInfo.FLAG_MULTIARCH) != 0; in isMultiArch()
1445 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_MULTIARCH
8900 field public static final int FLAG_MULTIARCH = -2147483648; // 0x80000000
9157 field public static final int FLAG_MULTIARCH = -2147483648; // 0x80000000