Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java583 Set<String> excludedDirs = new HashSet<>(); in getExtraExcludeDirsIfAny() local
584 excludedDirs.add(context.getCacheDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
585 excludedDirs.add(context.getCodeCacheDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
586 excludedDirs.add(context.getNoBackupFilesDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
587 return Collections.unmodifiableSet(excludedDirs); in getExtraExcludeDirsIfAny()