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.java457 final long normalTime = 1262304000; in testCacheBehavior() local
468 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
469 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
470 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
480 normal.setLastModified(normalTime); in testCacheBehavior()