Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallArgs.java117 String getCodePath() { in getCodePath() method in InstallArgs
H A DInstallRequest.java220 public String getCodePath() { in getCodePath() method in InstallRequest
H A DInstallingSession.java281 mPm.mContext.getContentResolver(), new File(installRequest.getCodePath())); in processPendingInstall()
H A DPackageInstallerSession.java3291 input.reset(), new File(appInfo.getCodePath()), 0);
4367 pkgInfo.applicationInfo.getCodePath()).getParentFile() : null;
H A DInstallPackageHelper.java1132 isApex ? request.getApexInfo().modulePath : request.getCodePath()); in preparePackageLI()
/aosp14/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
H A DStagedInstallInternalTest.java240 assertThat(pi.getCodePath()).startsWith("/apex/" + APK_IN_APEX_TESTAPEX_NAME); in testApkInApexPruneCache()
247 assertThat(pi.getCodePath()).startsWith("/apex/" + APK_IN_APEX_TESTAPEX_NAME); in testApkInApexPruneCache()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DInstallerTest.java114 codePaths[i] = info.getCodePath(); in testGetAppSize()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java389 appInfo.getCodePath()); in queryStatsForPackage()
443 appInfo.getCodePath()); in queryStatsForUid()
/aosp14/frameworks/base/core/java/android/app/
H A DLoadedApk.java907 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()
918 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()
2285 String expectedCodePath = expectedAppInfo.getCodePath(); in checkAndUpdateApkPaths()
2290 || loadedApk.getApplicationInfo().getCodePath().equals(expectedCodePath)) { in checkAndUpdateApkPaths()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java565 final String codePath = mApp.info.getCodePath(); in appNotResponding()
H A DActivityManagerService.java8917 final String codePath = r.info.getCodePath(); in handleApplicationCrashInner()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java1128 final String codePath = info.applicationInfo.getCodePath(); in logAppTransition()
1312 final String codePath = info.applicationInfo.getCodePath(); in logAppFullyDrawnMetrics()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2694 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
/aosp14/frameworks/base/config/
H A Dboot-profile.txt354 Landroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
H A Dboot-image-profile.txt4414 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4411 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;