Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java261 final long beforeRaw = filesDir.getUsableSpace(); in testCacheClearing() local
263 Log.d(TAG, "Before raw " + beforeRaw + ", free " + beforeFree + ", allocatable " in testCacheClearing()
288 assertMostlyEquals(beforeRaw - totalAllocated, in testCacheClearing()