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

  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 35 * {@link android.app.backup.BackupAgent}, implement the
41 * tag's {@code android:backupAgent} attribute.
59 * android:backupAgent} attribute) is instantiated within
86 public abstract class BackupAgent extends ContextWrapper {
87 private static final String TAG = "BackupAgent";
90 public BackupAgent() {
209 BackupAgent.this.onBackup(oldState, output, newState);
211 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
214 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
235 BackupAgent.this.onRestore(input, appVersionCode, newState)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 15 milliseconds