Home
last modified time | relevance | path

Searched refs:ELAPSED_MILLIS_TO_DELETE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerStorageCleanUpService.java77 private static final long ELAPSED_MILLIS_TO_DELETE = TimeUnit.DAYS.toMillis(1); field in TunerStorageCleanUpService.CleanUpStorageTask
156 if (lastModified != 0 && lastModified < now - ELAPSED_MILLIS_TO_DELETE) { in doInBackground()