Searched refs:recordedProgramDirs (Results 1 – 1 of 1) sorted by relevance
109 Set<String> recordedProgramDirs = new HashSet<>(); in getRecordedProgramsDirs() local125 recordedProgramDirs.add(recordedProgramDir.getCanonicalPath()); in getRecordedProgramsDirs()129 return recordedProgramDirs; in getRecordedProgramsDirs()143 Set<String> recordedProgramDirs = getRecordedProgramsDirs(); in doInBackground() local144 if (recordedProgramDirs == null) { in doInBackground()153 if (!recordedProgramDirs.contains(recordingDir.getCanonicalPath())) { in doInBackground()