/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | InstallLocationUtils.java | 416 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 D | IMediaContainerService.aidl | 28 long calculateInstalledSize(String packagePath, String abiOverride); in calculateInstalledSize() method
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | InstallStaging.java | 192 params.setSize(result.calculateInstalledSize(params, pfd)); in createSessionParams()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 923 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 D | PackageManagerShellCommand.java | 706 sessionSize += InstallLocationUtils.calculateInstalledSize(pkgLite, in setParamsSize()
|
H A D | PackageManagerService.java | 2889 final long sizeBytes = PackageManagerServiceUtils.calculateInstalledSize(resolvedPath,
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageInstaller.java | 2164 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 D | system-current.txt | 3818 …method public long calculateInstalledSize(@NonNull android.content.pm.PackageInstaller.SessionPara…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 72603 Lcom/android/internal/app/IMediaContainerService$Stub$Proxy;->calculateInstalledSize(Ljava/lang/Str… 72617 Lcom/android/internal/app/IMediaContainerService;->calculateInstalledSize(Ljava/lang/String;Ljava/l…
|