HomeSort by relevance Sort by last modified time
    Searched refs:setAppQuota (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 43 void setAppQuota(@nullable @utf8InCpp String uuid, int userId, int appId, long cacheQuota);
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 282 public void setAppQuota(String uuid, int userId, int appId, long cacheQuota)
286 mInstalld.setAppQuota(uuid, userId, appId, cacheQuota);
  /frameworks/base/services/core/java/com/android/server/storage/
CacheQuotaStrategy.java 228 mInstaller.setAppQuota(request.getVolumeUuid(),
  /frameworks/native/cmds/installd/
InstalldNativeService.h 74 binder::Status setAppQuota(const std::unique_ptr<std::string>& uuid,
InstalldNativeService.cpp     [all...]

Completed in 192 milliseconds