Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java260 final long beforeFree = stats.getFreeBytes(filesUuid); in testCacheClearing() local
263 Log.d(TAG, "Before raw " + beforeRaw + ", free " + beforeFree + ", allocatable " in testCacheClearing()
280 assertMostlyEquals(beforeFree, in testCacheClearing()
285 assertMostlyEquals(beforeFree - totalAllocated, in testCacheClearing()