Searched refs:setLastModified (Results 1 – 8 of 8) sorted by relevance
206 public FtpDirEntry setLastModified(Date lastModified) { in setLastModified() method in FtpDirEntry
751 userRootModFile.setLastModified(userRootModTime);754 systemRootModFile.setLastModified(systemRootModTime);805 prefsFile.setLastModified(lastSyncTime);
1139 f.setLastModified(315550800000L); in test_lastModified()1873 f1.setLastModified(orgTime - 100000); in test_setLastModifiedJ()1878 f1.setLastModified(orgTime - 10000000); in test_setLastModifiedJ()1883 f1.setLastModified(orgTime + 100000); in test_setLastModifiedJ()1888 f1.setLastModified(orgTime + 10000000); in test_setLastModifiedJ()1893 f1.setLastModified(315550800000L); in test_setLastModifiedJ()1900 boolean result = f1.setLastModified(4354837199000L); in test_setLastModifiedJ()1911 f1.setLastModified(-25); in test_setLastModifiedJ()
191 public boolean setLastModified(long time) { in setLastModified() method in File
108 public boolean setLastModified(long time) { throw new RuntimeException("Stub!"); } in setLastModified() method in File
131 assertFalse(f.setLastModified(123)); in test_emptyFilename()
1439 public boolean setLastModified(long time) { in setLastModified() method in File
283 file.setSize(Long.parseLong(fsize)).setLastModified(d); in parseLine()336 file.setLastModified(d); in parseLine()