Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java311 final long clear2 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing() local
313 sm.allocateBytes(filesUuid, clear2); in testCacheClearing()
316 .executeShellCommand("pm trim-caches " + clear2 + " " + pmUuid); in testCacheClearing()