Home
last modified time | relevance | path

Searched defs:calculateInstalledSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DInstallLocationUtils.java416 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
/frameworks/base/core/java/com/android/internal/app/
DIMediaContainerService.aidl28 long calculateInstalledSize(String packagePath, String abiOverride); in calculateInstalledSize() method
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java962 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize() method
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java2584 public long calculateInstalledSize(@NonNull SessionParams params) throws IOException { in calculateInstalledSize() method in PackageInstaller.InstallInfo
2597 public long calculateInstalledSize(@NonNull SessionParams params, in calculateInstalledSize() method in PackageInstaller.InstallInfo