Searched refs:loadingAppInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 153 public void notifyDexLoad(ApplicationInfo loadingAppInfo, in notifyDexLoad() argument 156 notifyDexLoadInternal(loadingAppInfo, classLoaderContextMap, loaderIsa, in notifyDexLoad() 160 loadingAppInfo.packageName, e); in notifyDexLoad() 165 /*package*/ void notifyDexLoadInternal(ApplicationInfo loadingAppInfo, in notifyDexLoadInternal() argument 184 DexSearchResult searchResult = getDexPackage(loadingAppInfo, dexPath, loaderUserId); in notifyDexLoadInternal() 187 Slog.i(TAG, loadingAppInfo.packageName in notifyDexLoadInternal() 195 boolean isUsedByOtherApps = !loadingAppInfo.packageName.equals( in notifyDexLoadInternal() 210 searchResult.mOwningPackageName, loadingAppInfo.packageName); in notifyDexLoadInternal() 222 loadingAppInfo.packageName, classLoaderContext)) { in notifyDexLoadInternal() 612 ApplicationInfo loadingAppInfo, String dexPath, int userId) { in getDexPackage() argument [all …]
|