Home
last modified time | relevance | path

Searched refs:onComputeCacheQuotaHints (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ExtServices/tests/src/android/ext/services/storage/
DCacheQuotaServiceImplTest.java76 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()
/packages/modules/ExtServices/src/android/ext/services/storage/
DCacheQuotaServiceImpl.java40 public List<CacheQuotaHint> onComputeCacheQuotaHints(List<CacheQuotaHint> requests) { in onComputeCacheQuotaHints() method in CacheQuotaServiceImpl