Searched defs:onFullBackup (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java287 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:BackupAgent
496 * See {@link #onFullBackup(FullBackupDataOutput) for details on what directories
985 BackupAgent.this.onFullBackup(new FullBackupDataOutput(data));
987 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
990 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1026 BackupAgent.this.onFullBackup(measureOutput);
1028 Log.d(TAG, "onFullBackup[M] (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1031 Log.d(TAG, "onFullBackup[M] (" + BackupAgent.this.getClass().getName() + ") threw", ex);
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java91 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:SystemBackupAgent
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java637 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:SettingsBackupAgent
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java37 public void onFullBackup(FullBackupDataOutput output) throws IOException { method in class:SharedStorageAgent
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java106 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:WallpaperBackupAgent

Completed in 439 milliseconds