Searched defs:fullBackupFileTree (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java243 fullBackupFileTree(packageName, FullBackup.ROOT_TREE_TOKEN, rootDir, filterSet, data);
248 fullBackupFileTree(packageName, FullBackup.DATA_TREE_TOKEN, filesDir, filterSet, data);
252 fullBackupFileTree(packageName, FullBackup.DATABASE_TREE_TOKEN, databaseDir, filterSet, data);
256 fullBackupFileTree(packageName, FullBackup.SHAREDPREFS_TREE_TOKEN, sharedPrefsDir, filterSet, data);
338 protected final void fullBackupFileTree(String packageName, String domain, String rootPath, method in class:BackupAgent

Completed in 64 milliseconds