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.java271 final long targetB = doAllocateProvider(PKG_B, 2.0, 1420070400); in testCacheClearing() local
272 final long totalAllocated = targetA + targetB; in testCacheClearing()
292 assertMostlyEquals(targetB, getCacheBytes(PKG_B, user)); in testCacheClearing()
296 final long clear1 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing()
305 assertMostlyEquals(targetB / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES); in testCacheClearing()
311 final long clear2 = filesDir.getUsableSpace() + (targetB / 2); in testCacheClearing()