Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java388 final long targetB = doAllocateProvider(PKG_B, 2.0, 1420070400); in testCacheClearing() local
389 final long totalAllocated = targetA + targetB; in testCacheClearing()
411 assertMostlyEquals(targetB, getCacheBytes(PKG_B, user)); in testCacheClearing()
415 final long clear1 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing()
424 assertMostlyEquals(targetB / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES); in testCacheClearing()
430 final long clear2 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing()