Home
last modified time | relevance | path

Searched refs:calculateInstalledSize (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DInstallLocationUtils.java416 public static long calculateInstalledSize(PackageLite pkg, boolean isForwardLocked, in calculateInstalledSize() method in InstallLocationUtils
418 return calculateInstalledSize(pkg, abiOverride); in calculateInstalledSize()
421 public static long calculateInstalledSize(PackageLite pkg, String abiOverride) in calculateInstalledSize() method in InstallLocationUtils
423 return calculateInstalledSize(pkg, abiOverride, null); in calculateInstalledSize()
426 public static long calculateInstalledSize(PackageLite pkg, String abiOverride, in calculateInstalledSize() method in InstallLocationUtils
432 return calculateInstalledSize(pkg, handle, abiOverride); in calculateInstalledSize()
439 public static long calculateInstalledSize(PackageLite pkg, boolean isForwardLocked, in calculateInstalledSize() method in InstallLocationUtils
441 return calculateInstalledSize(pkg, handle, abiOverride); in calculateInstalledSize()
444 public static long calculateInstalledSize(PackageLite pkg, NativeLibraryHelper.Handle handle, in calculateInstalledSize() method in InstallLocationUtils
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIMediaContainerService.aidl28 long calculateInstalledSize(String packagePath, String abiOverride); in calculateInstalledSize() method
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStaging.java192 params.setSize(result.calculateInstalledSize(params, pfd)); in createSessionParams()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java923 sizeBytes = InstallLocationUtils.calculateInstalledSize(pkg, abiOverride); in getMinimalPackageInfo()
969 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize() method
979 return InstallLocationUtils.calculateInstalledSize(result.getResult(), abiOverride); in calculateInstalledSize()
H A DPackageManagerShellCommand.java706 sessionSize += InstallLocationUtils.calculateInstalledSize(pkgLite, in setParamsSize()
H A DPackageManagerService.java2889 final long sizeBytes = PackageManagerServiceUtils.calculateInstalledSize(resolvedPath,
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java2164 public long calculateInstalledSize(@NonNull SessionParams params) throws IOException { in calculateInstalledSize() method in PackageInstaller.InstallInfo
2165 return InstallLocationUtils.calculateInstalledSize(mPkg, params.abiOverride); in calculateInstalledSize()
2177 public long calculateInstalledSize(@NonNull SessionParams params, in calculateInstalledSize() method in PackageInstaller.InstallInfo
2179 return InstallLocationUtils.calculateInstalledSize(mPkg, params.abiOverride, in calculateInstalledSize()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3818 …method public long calculateInstalledSize(@NonNull android.content.pm.PackageInstaller.SessionPara…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72603 Lcom/android/internal/app/IMediaContainerService$Stub$Proxy;->calculateInstalledSize(Ljava/lang/Str…
72617 Lcom/android/internal/app/IMediaContainerService;->calculateInstalledSize(Ljava/lang/String;Ljava/l…