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.java377 final long beforeFree = stats.getFreeBytes(filesUuid); in testCacheClearing() local
380 Log.d(TAG, "Before raw " + beforeRaw + ", free " + beforeFree + ", allocatable " in testCacheClearing()
399 assertMostlyEquals(beforeFree, in testCacheClearing()
404 assertMostlyEquals(beforeFree - totalAllocated, in testCacheClearing()