Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java338 final long normalTime = 1262304000; in testCacheBehavior() local
349 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
350 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
351 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
361 normal.setLastModified(normalTime); in testCacheBehavior()