Searched refs:onComputeCacheQuotaHints (Results 1 – 2 of 2) sorted by relevance
86 assertEquals(service.onComputeCacheQuotaHints(new ArrayList()).size(), 0); in testNoApps()95 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testOneApp()107 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsOneVolume()122 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsTwoVolumes()135 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testMultipleAppsPerUidIsCollated()148 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsTwoVolumesTwoUuidsShouldBESeparate()
45 public List<CacheQuotaHint> onComputeCacheQuotaHints(List<CacheQuotaHint> requests) { in onComputeCacheQuotaHints() method in CacheQuotaServiceImpl