OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fullbackupfiletree
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java
56
fullBackupFileTree
(null, domain, v.getPath(), externalFilesDirFilter, output);
/frameworks/base/core/java/android/app/backup/
BackupAgent.java
304
fullBackupFileTree
(packageName, FullBackup.ROOT_TREE_TOKEN, rootDir, filterSet, data);
309
fullBackupFileTree
(packageName, FullBackup.DATA_TREE_TOKEN, filesDir, filterSet, data);
313
fullBackupFileTree
(packageName, FullBackup.DATABASE_TREE_TOKEN, databaseDir, filterSet, data);
317
fullBackupFileTree
(packageName, FullBackup.SHAREDPREFS_TREE_TOKEN, sharedPrefsDir, filterSet, data);
321
// external storage, but edge cases happen.
fullBackupFileTree
() catches
329
fullBackupFileTree
(packageName, FullBackup.MANAGED_EXTERNAL_TREE_TOKEN,
434
protected final void
fullBackupFileTree
(String packageName, String domain, String rootPath,
[
all
...]
Completed in 169 milliseconds