Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java344 final int[] originalCacheReservePercents = new int[2]; in testCacheClearing() local
345 setCacheReservePercentsToZero(originalCacheReservePercents); in testCacheClearing()
348 testCacheClearing(originalCacheReservePercents); in testCacheClearing()
350 resetCacheReservePercents(originalCacheReservePercents); in testCacheClearing()
355 final int[] originalCacheReservePercents = new int[2]; in testCacheBehavior() local
356 setCacheReservePercentsToZero(originalCacheReservePercents); in testCacheBehavior()
359 testCacheBehavior(originalCacheReservePercents); in testCacheBehavior()
361 resetCacheReservePercents(originalCacheReservePercents); in testCacheBehavior()
365 private void testCacheClearing(int[] originalCacheReservePercents) throws Exception { in testCacheClearing() argument
442 private void testCacheBehavior(int[] originalCacheReservePercents) throws Exception { in testCacheBehavior() argument
[all …]