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

/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DPackageDexUsage.java114 * @param loadingPackageName the package performing the load. Recorded only if it is different
121 String loadingPackageName, String classLoaderContext) {
139 owningPackageName, loadingPackageName);
146 maybeAddLoadingPackage(owningPackageName, loadingPackageName,
157 dexPath, isUsedByOtherApps, owningPackageName, loadingPackageName);
162 loadingPackageName, newData.mLoadingPackages);
119 record(String owningPackageName, String dexPath, int ownerUserId, String loaderIsa, boolean isUsedByOtherApps, boolean primaryOrSplit, String loadingPackageName, String classLoaderContext) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9195 public void notifyDexLoad(String loadingPackageName, List<String> classLoaderNames, argument
9198 ApplicationInfo ai = getApplicationInfo(loadingPackageName, /*flags*/ 0, userId);
9201 + loadingPackageName + ", user=" + userId);
[all...]

Completed in 98 milliseconds