Searched refs:loadingAppInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 158 public void notifyDexLoad(ApplicationInfo loadingAppInfo, List<String> classLoadersNames, in notifyDexLoad() argument 161 notifyDexLoadInternal(loadingAppInfo, classLoadersNames, classPaths, loaderIsa, in notifyDexLoad() 165 loadingAppInfo.packageName, e); in notifyDexLoad() 170 /*package*/ void notifyDexLoadInternal(ApplicationInfo loadingAppInfo, in notifyDexLoadInternal() argument 204 Slog.i(TAG, loadingAppInfo.packageName + in notifyDexLoadInternal() 212 DexSearchResult searchResult = getDexPackage(loadingAppInfo, dexPath, loaderUserId); in notifyDexLoadInternal() 215 Slog.i(TAG, loadingAppInfo.packageName in notifyDexLoadInternal() 223 boolean isUsedByOtherApps = !loadingAppInfo.packageName.equals( in notifyDexLoadInternal() 238 searchResult.mOwningPackageName, loadingAppInfo.packageName); in notifyDexLoadInternal() 250 loadingAppInfo.packageName, classLoaderContext)) { in notifyDexLoadInternal() [all …]
|