Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerStorageCleanUpService.java109 Set<String> recordedProgramDirs = new HashSet<>(); in getRecordedProgramsDirs() local
125 recordedProgramDirs.add(recordedProgramDir.getCanonicalPath()); in getRecordedProgramsDirs()
129 return recordedProgramDirs; in getRecordedProgramsDirs()
143 Set<String> recordedProgramDirs = getRecordedProgramsDirs(); in doInBackground() local
144 if (recordedProgramDirs == null) { in doInBackground()
153 if (!recordedProgramDirs.contains(recordingDir.getCanonicalPath())) { in doInBackground()