Home
last modified time | relevance | path

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

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