OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CACHE_INT
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java
23
import static com.android.cts.storageapp.Utils.
CACHE_INT
;
102
assertMostlyEquals(
CACHE_INT
, cacheSize);
Utils.java
56
public static final long
CACHE_INT
= (3 + 5 + 17 + 19 + 23) * MB_IN_BYTES;
58
public static final long CACHE_ALL =
CACHE_INT
+ CACHE_EXT; // 78MB
Completed in 383 milliseconds