OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cacheQuota
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
CacheTracker.h
57
int64_t
cacheQuota
;
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageAsyncLoader.java
109
final long
cacheQuota
= mStatsManager.getCacheQuotaBytes(mUuid, app.uid);
116
if (
cacheQuota
< cacheBytes) {
117
blamedSize = blamedSize - cacheBytes +
cacheQuota
;
Completed in 62 milliseconds