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

/frameworks/base/core/java/android/app/
H A DActivityThread.java1763 boolean includeCode = (flags&Context.CONTEXT_INCLUDE_CODE) != 0;
1764 boolean securityViolation = includeCode && ai.uid != 0
1768 boolean registerPackage = includeCode && (flags&Context.CONTEXT_REGISTER_PACKAGE) != 0;
1783 return getPackageInfo(ai, compatInfo, null, securityViolation, includeCode,
1792 public final LoadedApk peekPackageInfo(String packageName, boolean includeCode) { argument
1795 if (includeCode) {
1805 ClassLoader baseLoader, boolean securityViolation, boolean includeCode,
1813 } else if (includeCode) {
1822 if (localLOGV) Slog.v(TAG, (includeCode ? "Loading code package "
1829 securityViolation, includeCode
1804 getPackageInfo(ApplicationInfo aInfo, CompatibilityInfo compatInfo, ClassLoader baseLoader, boolean securityViolation, boolean includeCode, boolean registerPackage) argument
[all...]
H A DLoadedApk.java128 boolean securityViolation, boolean includeCode, boolean registerPackage) {
146 mIncludeCode = includeCode;
126 LoadedApk(ActivityThread activityThread, ApplicationInfo aInfo, CompatibilityInfo compatInfo, ClassLoader baseLoader, boolean securityViolation, boolean includeCode, boolean registerPackage) argument

Completed in 32 milliseconds