Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DMoveInstallArgs.java94 String getCodePath() { in getCodePath() method in MoveInstallArgs
DInstallArgs.java122 abstract String getCodePath(); in getCodePath() method in InstallArgs
DFileInstallArgs.java217 String getCodePath() { in getCodePath() method in FileInstallArgs
DInstallParams.java242 mPm.mContext.getContentResolver(), new File(args.getCodePath())); in processPendingInstall()
DPackageInstallerSession.java2880 input.reset(), new File(appInfo.getCodePath()), 0);
3835 pkgInfo.applicationInfo.getCodePath()).getParentFile() : null;
DInstallPackageHelper.java1077 final File tmpPackageFile = new File(args.getCodePath()); in preparePackageLI()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/
DInstallerTest.java114 codePaths[i] = info.getCodePath(); in testGetAppSize()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java368 appInfo.getCodePath()); in queryStatsForPackage()
422 appInfo.getCodePath()); in queryStatsForUid()
/frameworks/base/core/java/android/app/
DLoadedApk.java898 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()
909 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()
2266 String expectedCodePath = expectedAppInfo.getCodePath(); in checkAndUpdateApkPaths()
2271 || loadedApk.getApplicationInfo().getCodePath().equals(expectedCodePath)) { in checkAndUpdateApkPaths()
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java470 final String codePath = mApp.info.getCodePath(); in appNotResponding()
DActivityManagerService.java8439 final String codePath = r.info.getCodePath(); in handleApplicationCrashInner()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java1073 final String codePath = info.applicationInfo.getCodePath(); in logAppTransition()
1223 final String codePath = info.mLastLaunchedActivity.info.applicationInfo.getCodePath(); in logAppTransitionReportedDrawn()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2656 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
/frameworks/base/config/
Dboot-profile.txt354 Landroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
Dboot-image-profile.txt4287 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
/frameworks/base/boot/
Dboot-image-profile.txt4285 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
/frameworks/base/services/
Dart-profile33841 HSPLcom/android/server/pm/FileInstallArgs;->getCodePath()Ljava/lang/String;