/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstallArgs.java | 117 String getCodePath() { in getCodePath() method in InstallArgs
|
H A D | InstallRequest.java | 220 public String getCodePath() { in getCodePath() method in InstallRequest
|
H A D | InstallingSession.java | 281 mPm.mContext.getContentResolver(), new File(installRequest.getCodePath())); in processPendingInstall()
|
H A D | PackageInstallerSession.java | 3291 input.reset(), new File(appInfo.getCodePath()), 0); 4367 pkgInfo.applicationInfo.getCodePath()).getParentFile() : null;
|
H A D | InstallPackageHelper.java | 1132 isApex ? request.getApexInfo().modulePath : request.getCodePath()); in preparePackageLI()
|
/aosp14/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/ |
H A D | StagedInstallInternalTest.java | 240 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 D | InstallerTest.java | 114 codePaths[i] = info.getCodePath(); in testGetAppSize()
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | StorageStatsService.java | 389 appInfo.getCodePath()); in queryStatsForPackage() 443 appInfo.getCodePath()); in queryStatsForUid()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | LoadedApk.java | 907 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 D | ProcessErrorStateRecord.java | 565 final String codePath = mApp.info.getCodePath(); in appNotResponding()
|
H A D | ActivityManagerService.java | 8917 final String codePath = r.info.getCodePath(); in handleApplicationCrashInner()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityMetricsLogger.java | 1128 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 D | ApplicationInfo.java | 2694 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 354 Landroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
|
H A D | boot-image-profile.txt | 4414 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4411 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
|