Searched defs:includeCode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoadedApk.java144 boolean securityViolation, boolean includeCode, boolean registerPackage) {
151 mIncludeCode = includeCode;
142 LoadedApk(ActivityThread activityThread, ApplicationInfo aInfo, CompatibilityInfo compatInfo, ClassLoader baseLoader, boolean securityViolation, boolean includeCode, boolean registerPackage) argument
H A DActivityThread.java2004 boolean includeCode = (flags&Context.CONTEXT_INCLUDE_CODE) != 0;
2005 boolean securityViolation = includeCode && ai.uid != 0
2009 boolean registerPackage = includeCode && (flags&Context.CONTEXT_REGISTER_PACKAGE) != 0;
2024 return getPackageInfo(ai, compatInfo, null, securityViolation, includeCode,
2034 public final LoadedApk peekPackageInfo(String packageName, boolean includeCode) { argument
2037 if (includeCode) {
2047 ClassLoader baseLoader, boolean securityViolation, boolean includeCode,
2055 } else if (includeCode) {
2064 if (localLOGV) Slog.v(TAG, (includeCode ? "Loading code package "
2071 securityViolation, includeCode
2046 getPackageInfo(ApplicationInfo aInfo, CompatibilityInfo compatInfo, ClassLoader baseLoader, boolean securityViolation, boolean includeCode, boolean registerPackage) argument
[all...]

Completed in 53 milliseconds