Searched refs:onFullBackup (Results 1 - 5 of 5) sorted by relevance

/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/core/java/com/android/server/backup/
H A DSystemBackupAgent.java95 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:SystemBackupAgent
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java113 * {@link #onFullBackup(FullBackupDataOutput)},
299 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:BackupAgent
508 * See {@link #onFullBackup(FullBackupDataOutput)} for details on what directories
1002 BackupAgent.this.onFullBackup(new FullBackupDataOutput(data, quotaBytes));
1004 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1007 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1043 BackupAgent.this.onFullBackup(measureOutput);
1045 Log.d(TAG, "onFullBackup[M] (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1048 Log.d(TAG, "onFullBackup[M] (" + BackupAgent.this.getClass().getName() + ") threw", ex);
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java106 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:WallpaperBackupAgent
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java290 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:SettingsBackupAgent

Completed in 167 milliseconds