Searched refs:timestampMs (Results 1 – 1 of 1) sorted by relevance
390 public int countFilesCreatedBeforeTime(String directory, long timestampMs) in countFilesCreatedBeforeTime() argument394 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedBeforeTime()401 public int countFilesCreatedAfterTime(String directory, long timestampMs) in countFilesCreatedAfterTime() argument405 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedAfterTime()