Searched refs:setAppQuota (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 54 void setAppQuota(@nullable @utf8InCpp String uuid, int userId, int appId, long cacheQuota); in setAppQuota() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 361 public void setAppQuota(String uuid, int userId, int appId, long cacheQuota) in setAppQuota() method in Installer 365 mInstalld.setAppQuota(uuid, userId, appId, cacheQuota); in setAppQuota()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | CacheQuotaStrategy.java | 228 mInstaller.setAppQuota(request.getVolumeUuid(), in pushProcessedQuotas()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 101 binder::Status setAppQuota(const std::unique_ptr<std::string>& uuid,
|
D | InstalldNativeService.cpp | 2308 binder::Status InstalldNativeService::setAppQuota(const std::unique_ptr<std::string>& uuid, in setAppQuota() function in android::installd::InstalldNativeService
|
/frameworks/base/services/ |
D | art-profile | 23996 HSPLcom/android/server/pm/Installer;->setAppQuota(Ljava/lang/String;IIJ)V
|