Searched defs:CacheQuotaStrategy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
H A DCacheQuotaStrategy.java72 * CacheQuotaStrategy is a strategy for determining cache quotas using usage stats and foreground
75 public class CacheQuotaStrategy implements RemoteCallback.OnResultListener { class in inherits:RemoteCallback.OnResultListener
76 private static final String TAG = "CacheQuotaStrategy";
96 public CacheQuotaStrategy( method in class:CacheQuotaStrategy
139 new RemoteCallback(CacheQuotaStrategy.this);

Completed in 22 milliseconds