OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
269
public void
setAppQuota
(String uuid, int userId, int appId, long cacheQuota)
273
mInstalld.
setAppQuota
(uuid, userId, appId, cacheQuota);
/frameworks/native/cmds/installd/
InstalldNativeService.h
74
binder::Status
setAppQuota
(const std::unique_ptr<std::string>& uuid,
InstalldNativeService.cpp
[
all
...]
/frameworks/base/services/core/java/com/android/server/storage/
CacheQuotaStrategy.java
228
mInstaller.
setAppQuota
(request.getVolumeUuid(),
Completed in 103 milliseconds