Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java720 ArraySet<PathWithRequiredFlags> manifestExcludes, in fullBackupFileTree() argument
751 if (manifestExcludes != null in fullBackupFileTree()
752 && manifestExcludesContainFilePath(manifestExcludes, filePath)) { in fullBackupFileTree()
789 ArraySet<PathWithRequiredFlags> manifestExcludes, String filePath) { in manifestExcludesContainFilePath() argument
790 for (PathWithRequiredFlags exclude : manifestExcludes) { in manifestExcludesContainFilePath()