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

/frameworks/base/core/java/android/app/
H A DLoadedApk.java126 boolean securityViolation, boolean includeCode, boolean registerPackage) {
148 mIncludeCode = includeCode;
124 LoadedApk(ActivityThread activityThread, ApplicationInfo aInfo, CompatibilityInfo compatInfo, ClassLoader baseLoader, boolean securityViolation, boolean includeCode, boolean registerPackage) argument
H A DActivityThread.java1707 boolean includeCode = (flags&Context.CONTEXT_INCLUDE_CODE) != 0;
1708 boolean securityViolation = includeCode && ai.uid != 0
1712 boolean registerPackage = includeCode && (flags&Context.CONTEXT_REGISTER_PACKAGE) != 0;
1727 return getPackageInfo(ai, compatInfo, null, securityViolation, includeCode,
1736 public final LoadedApk peekPackageInfo(String packageName, boolean includeCode) { argument
1739 if (includeCode) {
1749 ClassLoader baseLoader, boolean securityViolation, boolean includeCode,
1753 if (includeCode) {
1761 if (localLOGV) Slog.v(TAG, (includeCode ? "Loading code package "
1768 securityViolation, includeCode
1748 getPackageInfo(ApplicationInfo aInfo, CompatibilityInfo compatInfo, ClassLoader baseLoader, boolean securityViolation, boolean includeCode, boolean registerPackage) argument
[all...]

Completed in 385 milliseconds