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

  /frameworks/base/core/java/android/app/backup/
FullBackup.java 96 private static final Map<String, BackupScheme> kPackageBackupSchemeMap =
97 new ArrayMap<String, BackupScheme>();
99 static synchronized BackupScheme getBackupScheme(Context context) {
100 BackupScheme backupSchemeForPackage =
103 backupSchemeForPackage = new BackupScheme(context);
109 public static BackupScheme getBackupSchemeForTest(Context context) {
110 BackupScheme testing = new BackupScheme(context);
215 public static class BackupScheme {
354 BackupScheme(Context context)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 458 milliseconds