Searched refs:getAppSize (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | InstallerTest.java | 120 mInstaller.getAppSize(app.volumeUuid, packageNames, userId, 0, in testGetAppSize() 125 mInstaller.getAppSize(app.volumeUuid, packageNames, userId, Installer.FLAG_USE_QUOTA, in testGetAppSize()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 289 mInstaller.getAppSize(volumeUuid, packageNames, userId, 0, in queryStatsForPackage() 335 mInstaller.getAppSize(volumeUuid, packageNames, userId, getDefaultFlags(), in queryStatsForUid() 340 mInstaller.getAppSize(volumeUuid, packageNames, userId, 0, in queryStatsForUid()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 37 long[] getAppSize(@nullable @utf8InCpp String uuid, in @utf8InCpp String[] packageNames, in getAppSize() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 238 public void getAppSize(String uuid, String[] packageNames, int userId, int flags, int appId, in getAppSize() method in Installer 243 final long[] res = mInstalld.getAppSize(uuid, packageNames, userId, flags, in getAppSize()
|
D | PackageManagerService.java | 19543 mInstaller.getAppSize(ps.volumeUuid, packageNames, userId, 0,
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 63 binder::Status getAppSize(const std::unique_ptr<std::string>& uuid,
|
D | InstalldNativeService.cpp | 1431 binder::Status InstalldNativeService::getAppSize(const std::unique_ptr<std::string>& uuid, in getAppSize() function in android::installd::InstalldNativeService
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4251 HPLandroid/os/IInstalld$Stub$Proxy;->getAppSize(Ljava/lang/String;[Ljava/lang/String;III[J[Ljava/la… 27647 HSPLandroid/os/IInstalld;->getAppSize(Ljava/lang/String;[Ljava/lang/String;III[J[Ljava/lang/String;…
|