Searched refs:threeDaysAgo (Results 1 – 1 of 1) sorted by relevance
80 Calendar threeDaysAgo = Calendar.getInstance(); in testOldFileTruncated() local81 threeDaysAgo.add(Calendar.HOUR, -72); in testOldFileTruncated()83 new File(mTempDir, "log-" + i).setLastModified(threeDaysAgo.getTimeInMillis()); in testOldFileTruncated()