Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DCacheQuotaStrategyTest.java51 CacheQuotaStrategy.saveToXml(mOut, new ArrayList<>(), 0); in testEmptyWrite()
64 CacheQuotaStrategy.saveToXml(mOut, requests, 1000); in testWriteOneQuota()
80 CacheQuotaStrategy.saveToXml(mOut, requests, 1000); in testWriteMultipleQuotas()
97 CacheQuotaStrategy.saveToXml(mOut, requests, 1000); in testNullUuidDoesntCauseCrash()
117 CacheQuotaStrategy.readFromXml(new ByteArrayInputStream(input.getBytes("UTF-8"))); in testReadMultipleQuotas()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java65 import com.android.server.storage.CacheQuotaStrategy;
504 CacheQuotaStrategy strategy = getInitializedStrategy(); in handleMessage()
530 private void recalculateQuotas(CacheQuotaStrategy strategy) { in recalculateQuotas()
538 private CacheQuotaStrategy getInitializedStrategy() { in getInitializedStrategy()
541 return new CacheQuotaStrategy(mContext, usageStatsManager, mInstaller, mCacheQuotas); in getInitializedStrategy()
/frameworks/base/services/core/java/com/android/server/storage/
DCacheQuotaStrategy.java74 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/
Dart-profile13257 HSPLcom/android/server/storage/CacheQuotaStrategy$1$1;->run()V
13258 HSPLcom/android/server/storage/CacheQuotaStrategy$1;->onServiceConnected(Landroid/content/Component…
13259 HSPLcom/android/server/storage/CacheQuotaStrategy;-><init>(Landroid/content/Context;Landroid/app/us…
13260 HSPLcom/android/server/storage/CacheQuotaStrategy;->getRequestFromXml(Lorg/xmlpull/v1/XmlPullParser…
13261 HSPLcom/android/server/storage/CacheQuotaStrategy;->getServiceComponentName()Landroid/content/Compo…
13262 HSPLcom/android/server/storage/CacheQuotaStrategy;->getUnfulfilledRequests()Ljava/util/List;
13263 HSPLcom/android/server/storage/CacheQuotaStrategy;->onResult(Landroid/os/Bundle;)V
13264 HSPLcom/android/server/storage/CacheQuotaStrategy;->pushProcessedQuotas(Ljava/util/List;)V
13265 HSPLcom/android/server/storage/CacheQuotaStrategy;->readFromXml(Ljava/io/InputStream;)Landroid/util…
13266 HSPLcom/android/server/storage/CacheQuotaStrategy;->saveToXml(Lorg/xmlpull/v1/XmlSerializer;Ljava/u…
[all …]