Home
last modified time | relevance | path

Searched refs:getCodePath (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DInstallerTest.java114 codePaths[i] = info.getCodePath(); in testGetAppSize()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java283 appInfo.getCodePath()); in queryStatsForPackage()
325 appInfo.getCodePath()); in queryStatsForUid()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2128 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
/frameworks/base/core/java/android/app/
DLoadedApk.java779 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java2947 final File codePath = new File(pkg.applicationInfo.getCodePath()); in PackageManagerService()
11231 final File destCodeFile = new File(pkg.applicationInfo.getCodePath());
11714 if (pkg.applicationInfo.getCodePath() == null ||
11915 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
11920 + " found at " + pkg.applicationInfo.getCodePath()
12724 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath());
15636 abstract String getCodePath();
15839 String getCodePath() {
15967 String getCodePath() {
16797 oldPackage.applicationInfo.getCodePath(),
[all …]
DPackageInstallerSession.java1685 existing = PackageParser.parsePackageLite(new File(appInfo.getCodePath()), 0); in validateApkInstallLocked()
/frameworks/base/services/
Dart-profile10647 PLcom/android/server/pm/PackageManagerService$FileInstallArgs;->getCodePath()Ljava/lang/String;
/frameworks/base/config/
Dboot-image-profile.txt4003 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;