Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java593 Set<String> excludedDirs = new HashSet<>(); in getExtraExcludeDirsIfAny() local
594 excludedDirs.add(context.getCacheDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
595 excludedDirs.add(context.getCodeCacheDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
596 excludedDirs.add(context.getNoBackupFilesDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
597 return Collections.unmodifiableSet(excludedDirs); in getExtraExcludeDirsIfAny()