Lines Matching defs:flags

275                 p.pkg.applicationInfo.flags |= ApplicationInfo.FLAG_UPDATED_SYSTEM_APP;
298 p.pkg.applicationInfo.flags &= ~ApplicationInfo.FLAG_UPDATED_SYSTEM_APP;
592 // Update flags if needed.
593 if (pkg.applicationInfo.flags != p.pkgFlags) {
594 p.pkgFlags = pkg.applicationInfo.flags;
1408 final boolean isDebug = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
1424 // NOTE: We prefer not to expose all ApplicationInfo flags for now.
1542 serializer.attribute(null, "flags", Integer.toString(pkg.pkgFlags));
1950 int flags = 0;
1955 flags |= PackageManager.MATCH_DEFAULT_ONLY;
1977 applyDefaultPreferredActivityLPw(service, finalIntent, flags, cn,
1994 applyDefaultPreferredActivityLPw(service, finalIntent, flags, cn,
2006 applyDefaultPreferredActivityLPw(service, finalIntent, flags, cn,
2016 applyDefaultPreferredActivityLPw(service, finalIntent, flags, cn,
2032 applyDefaultPreferredActivityLPw(service, finalIntent, flags, cn,
2039 applyDefaultPreferredActivityLPw(service, finalIntent, flags, cn,
2046 applyDefaultPreferredActivityLPw(service, intent, flags, cn,
2052 Intent intent, int flags, ComponentName cn, String scheme, PatternMatcher ssp,
2056 intent.getType(), flags, 0);
2067 if ((ai.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0) {
2096 if ((flags&PackageManager.MATCH_DEFAULT_ONLY) != 0) {
2340 systemStr = parser.getAttributeValue(null, "flags");
2746 boolean isEnabledLPr(ComponentInfo componentInfo, int flags, int userId) {
2747 if ((flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) {
2764 if ((flags&PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS) != 0) {
2925 pw.print(prefix); pw.print(" flags="); printFlags(pw, ps.pkg.applicationInfo.flags,
2933 if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SMALL_SCREENS) != 0) {
2939 if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_NORMAL_SCREENS) != 0) {
2945 if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_LARGE_SCREENS) != 0) {
2951 if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS) != 0) {
2957 if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS) != 0) {
2963 if ((ps.pkg.applicationInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) {