Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java387 final long targetA = doAllocateProvider(PKG_A, 0.5, 1262304000); in testCacheClearing() local
389 final long totalAllocated = targetA + targetB; in testCacheClearing()
410 assertMostlyEquals(targetA, getCacheBytes(PKG_A, user)); in testCacheClearing()
423 assertMostlyEquals(targetA, getCacheBytes(PKG_A, user)); in testCacheClearing()
438 assertMostlyEquals(targetA / 2, getCacheBytes(PKG_A, user), 2 * MB_IN_BYTES); in testCacheClearing()
439 assertMostlyEquals(targetA / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES); in testCacheClearing()