Searched refs:setAppQuota (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl43 void setAppQuota(@nullable @utf8InCpp String uuid, int userId, int appId, long cacheQuota);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java269 public void setAppQuota(String uuid, int userId, int appId, long cacheQuota) method in class:Installer
273 mInstalld.setAppQuota(uuid, userId, appId, cacheQuota);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h74 binder::Status setAppQuota(const std::unique_ptr<std::string>& uuid,
H A DInstalldNativeService.cpp1762 binder::Status InstalldNativeService::setAppQuota(const std::unique_ptr<std::string>& uuid, function in class:android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/storage/
H A DCacheQuotaStrategy.java228 mInstaller.setAppQuota(request.getVolumeUuid(),

Completed in 139 milliseconds