Home | History | Annotate | Download | only in backup

Lines Matching refs:domainToken

462      * Check whether the xml yielded any <include/> tag for the provided <code>domainToken</code>.
466 private void applyXmlFiltersAndDoFullBackupForDomain(String packageName, String domainToken,
474 fullBackupFileTree(packageName, domainToken,
475 FullBackup.getBackupScheme(this).tokenToDirectoryPath(domainToken),
477 } else if (includeMap.get(domainToken) != null) {
480 for (String includeFile : includeMap.get(domainToken)) {
481 fullBackupFileTree(packageName, domainToken, includeFile, filterSet,