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.java163 for (String loadingPackageName : fileInfo.mLoadingPackages) { in logDynamicCodeLoading()
165 if (loadingPackageName.equals(packageName)) { in logDynamicCodeLoading()
169 loadingUid = mPackageManager.getPackageUid(loadingPackageName, /*flags*/ 0, in logDynamicCodeLoading()
211 String loadingPackageName) { in recordDex() argument
213 FILE_TYPE_DEX, loaderUserId, loadingPackageName)) { in recordDex()
234 String loadingPackageName = packages[0]; in recordNative() local
237 if (mPackageDynamicCodeLoading.record(loadingPackageName, path, in recordNative()
238 FILE_TYPE_NATIVE, loadingUserId, loadingPackageName)) { in recordNative()
DPackageDexUsage.java129 String loadingPackageName, String classLoaderContext) { in record() argument
147 owningPackageName, loadingPackageName); in record()
154 maybeAddLoadingPackage(owningPackageName, loadingPackageName, in record()
165 dexPath, isUsedByOtherApps, owningPackageName, loadingPackageName); in record()
170 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.aidl542 oneway void notifyDexLoad(String loadingPackageName, in List<String> classLoadersNames, in notifyDexLoad() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9859 public void notifyDexLoad(String loadingPackageName, List<String> classLoaderNames,
9862 ApplicationInfo ai = getApplicationInfo(loadingPackageName, /*flags*/ 0, userId);
9865 + loadingPackageName + ", user=" + userId);