Searched refs:A_DAY_IN_MILLIS (Results 1 – 1 of 1) sorted by relevance
40 private final long A_DAY_IN_MILLIS = 1000 * 60 * 60 * 24; field in ShareVCardActivity81 if (file.getName().startsWith(EXPORT_FILE_PREFIX) && ageInMillis > A_DAY_IN_MILLIS) { in clearExportFiles()