Searched refs:CacheQuotaStrategy (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
D | CacheQuotaStrategyTest.java | 53 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()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | CacheQuotaStrategy.java | 74 public class CacheQuotaStrategy implements RemoteCallback.OnResultListener { class 95 public CacheQuotaStrategy( in CacheQuotaStrategy() method in CacheQuotaStrategy 138 new RemoteCallback(CacheQuotaStrategy.this); in createServiceConnection()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 90 import com.android.server.storage.CacheQuotaStrategy; 672 CacheQuotaStrategy strategy = getInitializedStrategy(); in handleMessage() 710 private void recalculateQuotas(CacheQuotaStrategy strategy) { in recalculateQuotas() 718 private CacheQuotaStrategy getInitializedStrategy() { in getInitializedStrategy() 721 return new CacheQuotaStrategy(mContext, usageStatsManager, mInstaller, mCacheQuotas); in getInitializedStrategy()
|
/frameworks/base/services/ |
D | art-wear-profile | 23092 PLcom/android/server/storage/CacheQuotaStrategy;-><init>(Landroid/content/Context;Landroid/app/usag… 23093 PLcom/android/server/storage/CacheQuotaStrategy;->disconnectService()V 23094 PLcom/android/server/storage/CacheQuotaStrategy;->pushProcessedQuotas(Ljava/util/List;)V 23095 PLcom/android/server/storage/CacheQuotaStrategy;->readFromXml(Ljava/io/InputStream;)Landroid/util/P… 23096 PLcom/android/server/storage/CacheQuotaStrategy;->setupQuotasFromFile()J 23963 …age/StorageStatsService$H;->getInitializedStrategy()Lcom/android/server/storage/CacheQuotaStrategy;
|
D | art-profile | 3209 HPLcom/android/server/storage/CacheQuotaStrategy;->getUnfulfilledRequests()Ljava/util/List;+]Landro…
|