Home
last modified time | relevance | path

Searched refs:loadingPackageName (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDynamicCodeLogger.java164 for (String loadingPackageName : fileInfo.mLoadingPackages) { in logDynamicCodeLoading()
166 if (loadingPackageName.equals(packageName)) { in logDynamicCodeLoading()
170 loadingUid = mPackageManager.getPackageUid(loadingPackageName, /*flags*/ 0, in logDynamicCodeLoading()
212 String loadingPackageName) { in recordDex() argument
214 FILE_TYPE_DEX, loaderUserId, loadingPackageName)) { in recordDex()
235 String loadingPackageName = packages[0]; in recordNative() local
238 if (mPackageDynamicCodeLoading.record(loadingPackageName, path, in recordNative()
239 FILE_TYPE_NATIVE, loadingUserId, loadingPackageName)) { in recordNative()
DPackageDexUsage.java130 String loadingPackageName, String classLoaderContext) { in record() argument
151 owningPackageName, loadingPackageName); in record()
158 maybeAddLoadingPackage(owningPackageName, loadingPackageName, in record()
169 dexPath, isUsedByOtherApps, owningPackageName, loadingPackageName); in record()
174 loadingPackageName, newData.mLoadingPackages); in record()
DPackageDynamicCodeLoading.java112 String loadingPackageName) { in record() argument
122 return packageInfo.add(filePath, (char) fileType, ownerUserId, loadingPackageName); in record()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDynamicCodeLoggerTests.java297 private void recordLoad(String loadingPackageName, String dexPath) { in recordLoad() argument
299 OWNER_USER_ID, dexPath, OWNING_PACKAGE_NAME, loadingPackageName); in recordLoad()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl536 oneway void notifyDexLoad(String loadingPackageName, in notifyDexLoad() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9795 public void notifyDexLoad(String loadingPackageName, Map<String, String> classLoaderContextMap,
9798 ApplicationInfo ai = getApplicationInfo(loadingPackageName, /*flags*/ 0, userId);
9801 + loadingPackageName + ", user=" + userId);