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.java97 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:SystemBackupAgent
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java114 * {@link #onFullBackup(FullBackupDataOutput)},
341 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:BackupAgent
558 * See {@link #onFullBackup(FullBackupDataOutput)} for details on what directories
1067 BackupAgent.this.onFullBackup(new FullBackupDataOutput(
1070 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1073 Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1111 BackupAgent.this.onFullBackup(measureOutput);
1113 Log.d(TAG, "onFullBackup[M] (" + BackupAgent.this.getClass().getName() + ") threw", ex);
1116 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.java326 public void onFullBackup(FullBackupDataOutput data) throws IOException { method in class:SettingsBackupAgent

Completed in 2180 milliseconds