Searched defs:calculateInstalledSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/content/ |
D | InstallLocationUtils.java | 407 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/ |
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 | 889 public static long calculateInstalledSize(String packagePath, String abiOverride) { in calculateInstalledSize() method
|