Searched refs:onComputeCacheQuotaHints (Results 1 – 2 of 2) sorted by relevance
76 assertEquals(service.onComputeCacheQuotaHints(new ArrayList()).size(), 0); in testNoApps()85 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testOneApp()97 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsOneVolume()111 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsTwoVolumes()124 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testMultipleAppsPerUidIsCollated()136 List<CacheQuotaHint> output = getService().onComputeCacheQuotaHints(requests); in testTwoAppsTwoVolumesTwoUuidsShouldBESeparate()
40 public List<CacheQuotaHint> onComputeCacheQuotaHints(List<CacheQuotaHint> requests) { in onComputeCacheQuotaHints() method in CacheQuotaServiceImpl