Searched refs:targetA (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 270 final long targetA = doAllocateProvider(PKG_A, 0.5, 1262304000); in testCacheClearing() local 272 final long totalAllocated = targetA + targetB; in testCacheClearing() 291 assertMostlyEquals(targetA, getCacheBytes(PKG_A, user)); in testCacheClearing() 304 assertMostlyEquals(targetA, getCacheBytes(PKG_A, user)); in testCacheClearing() 319 assertMostlyEquals(targetA / 2, getCacheBytes(PKG_A, user), 2 * MB_IN_BYTES); in testCacheClearing() 320 assertMostlyEquals(targetA / 2, getCacheBytes(PKG_B, user), 2 * MB_IN_BYTES); in testCacheClearing()
|