Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java270 final long targetA = doAllocateProvider(PKG_A, 0.5, 1262304000); in testCacheClearing()
271 final long targetB = doAllocateProvider(PKG_B, 2.0, 1420070400); in testCacheClearing()
410 private long doAllocateProvider(String pkg, double fraction, long time) throws Exception { in doAllocateProvider() method in StorageStatsTest