Home
last modified time | relevance | path

Searched refs:CacheQuotaStrategy (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
H A DCacheQuotaStrategyTest.java53 CacheQuotaStrategy.saveToXml(mOut, new ArrayList<>(), 0); in testEmptyWrite()
66 CacheQuotaStrategy.saveToXml(mOut, requests, 1000); in testWriteOneQuota()
82 CacheQuotaStrategy.saveToXml(mOut, requests, 1000); in testWriteMultipleQuotas()
99 CacheQuotaStrategy.saveToXml(mOut, requests, 1000); in testNullUuidDoesntCauseCrash()
119 CacheQuotaStrategy.readFromXml(new ByteArrayInputStream(input.getBytes("UTF-8"))); in testReadMultipleQuotas()
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DCacheQuotaStrategy.java74 public class CacheQuotaStrategy implements RemoteCallback.OnResultListener { class
95 public CacheQuotaStrategy( in CacheQuotaStrategy() method in CacheQuotaStrategy
138 new RemoteCallback(CacheQuotaStrategy.this); in createServiceConnection()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java84 import com.android.server.storage.CacheQuotaStrategy;
652 CacheQuotaStrategy strategy = getInitializedStrategy(); in handleMessage()
690 private void recalculateQuotas(CacheQuotaStrategy strategy) { in recalculateQuotas()
698 private CacheQuotaStrategy getInitializedStrategy() { in getInitializedStrategy()
701 return new CacheQuotaStrategy(mContext, usageStatsManager, mInstaller, mCacheQuotas); in getInitializedStrategy()
/aosp14/frameworks/base/services/
H A Dart-profile9968 HPLcom/android/server/storage/CacheQuotaStrategy;->getUnfulfilledRequests()Ljava/util/List;+]Landro…