Searched defs:calculateInstalledSize (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/content/ |
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
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IMediaContainerService.aidl | 28 long calculateInstalledSize(String packagePath, String abiOverride); in calculateInstalledSize() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerServiceUtils.java | 946 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize() method
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInstaller.java | 2595 public long calculateInstalledSize(@NonNull SessionParams params) throws IOException { in calculateInstalledSize() method in PackageInstaller.InstallInfo 2608 public long calculateInstalledSize(@NonNull SessionParams params, in calculateInstalledSize() method in PackageInstaller.InstallInfo
|