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.java559 Set<String> excludedDirs = new HashSet<>(); in getExtraExcludeDirsIfAny() local
560 excludedDirs.add(context.getCacheDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
561 excludedDirs.add(context.getCodeCacheDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
562 excludedDirs.add(context.getNoBackupFilesDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
563 return Collections.unmodifiableSet(excludedDirs); in getExtraExcludeDirsIfAny()