D | BackupAgent.java | 125 public abstract class BackupAgent extends ContextWrapper { class 207 public BackupAgent() { in BackupAgent() method in BackupAgent 985 BackupAgent.this.onBackup(oldState, output, newState); in doBackup() 987 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex); in doBackup() 990 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex); in doBackup() 1029 BackupAgent.this.onRestore(input, appVersionCode, newState); in doRestore() 1031 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex); in doRestore() 1034 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex); in doRestore() 1067 BackupAgent.this.onFullBackup(new FullBackupDataOutput( in doFullBackup() 1070 … Log.d(TAG, "onFullBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex); in doFullBackup() [all …]
|