Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java272 final long totalAllocated = targetA + targetB; in testCacheClearing() local
283 assertMostlyEquals(beforeAllocatable - totalAllocated, in testCacheClearing()
285 assertMostlyEquals(beforeFree - totalAllocated, in testCacheClearing()
288 assertMostlyEquals(beforeRaw - totalAllocated, in testCacheClearing()