Searched refs:ELAPSED_MILLIS_TO_DELETE (Results 1 – 1 of 1) sorted by relevance
77 private static final long ELAPSED_MILLIS_TO_DELETE = TimeUnit.DAYS.toMillis(1); field in TunerStorageCleanUpService.CleanUpStorageTask156 if (lastModified != 0 && lastModified < now - ELAPSED_MILLIS_TO_DELETE) { in doInBackground()