Searched defs:calculateInstalledSize (Results 1 – 4 of 4) sorted by relevance
/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 421 public static long calculateInstalledSize(PackageLite pkg, String abiOverride) in calculateInstalledSize() method in InstallLocationUtils 426 public static long calculateInstalledSize(PackageLite pkg, String abiOverride, in calculateInstalledSize() method in InstallLocationUtils 439 public static long calculateInstalledSize(PackageLite pkg, boolean isForwardLocked, in calculateInstalledSize() method in InstallLocationUtils 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/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 969 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize() method
|
/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 2177 public long calculateInstalledSize(@NonNull SessionParams params, in calculateInstalledSize() method in PackageInstaller.InstallInfo
|