HomeSort by relevance Sort by last modified time
    Searched refs:BackupScheme (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/backup/
FullBackupTest.java 63 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
82 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
99 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
128 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
221 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
232 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
243 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
256 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
270 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext);
285 FullBackup.BackupScheme bs = FullBackup.getBackupSchemeForTest(mContext)
    [all...]
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 90 private static final Map<String, BackupScheme> kPackageBackupSchemeMap =
91 new ArrayMap<String, BackupScheme>();
93 static synchronized BackupScheme getBackupScheme(Context context) {
94 BackupScheme backupSchemeForPackage =
97 backupSchemeForPackage = new BackupScheme(context);
103 public static BackupScheme getBackupSchemeForTest(Context context) {
104 BackupScheme testing = new BackupScheme(context);
209 public static class BackupScheme {
315 BackupScheme(Context context)
    [all...]
BackupAgent.java 288 FullBackup.BackupScheme backupScheme = FullBackup.getBackupScheme(this);
289 if (!backupScheme.isFullBackupContentEnabled()) {
297 backupScheme.maybeParseAndGetCanonicalIncludePaths();
298 manifestExcludeSet = backupScheme.maybeParseAndGetCanonicalExcludePaths();
    [all...]

Completed in 69 milliseconds