Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DInstallLocationUtils.java407 public static long calculateInstalledSize(PackageLite pkg, boolean isForwardLocked, in calculateInstalledSize() method in InstallLocationUtils
412 public static long calculateInstalledSize(PackageLite pkg, String abiOverride) in calculateInstalledSize() method in InstallLocationUtils
417 public static long calculateInstalledSize(PackageLite pkg, String abiOverride, in calculateInstalledSize() method in InstallLocationUtils
430 public static long calculateInstalledSize(PackageLite pkg, boolean isForwardLocked, in calculateInstalledSize() method in InstallLocationUtils
435 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.java889 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize() method