Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java296 final long clear1 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing() local
298 sm.allocateBytes(filesUuid, clear1); in testCacheClearing()
301 .executeShellCommand("pm trim-caches " + clear1 + " " + pmUuid); in testCacheClearing()
365 final long clear1 = group.getUsableSpace() + (8 * MB_IN_BYTES); in testCacheBehavior() local
367 sm.allocateBytes(filesUuid, clear1); in testCacheBehavior()
370 .executeShellCommand("pm trim-caches " + clear1 + " " + pmUuid); in testCacheBehavior()