Loading core/java/android/app/backup/BackupAgent.java +13 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.os.Looper; import android.os.ParcelFileDescriptor; import android.os.Process; import android.os.RemoteException; import android.os.UserHandle; import android.system.ErrnoException; import android.system.Os; import android.system.OsConstants; Loading Loading @@ -221,6 +222,18 @@ public abstract class BackupAgent extends ContextWrapper { public void onCreate() { } /** * Provided as a convenience for agent implementations that need an opportunity * to do one-time initialization before the actual backup or restore operation * is begun with information about the calling user. * <p> * * @hide */ public void onCreate(UserHandle user) { onCreate(); } /** * Provided as a convenience for agent implementations that need to do some * sort of shutdown process after backup or restore is completed. Loading Loading
core/java/android/app/backup/BackupAgent.java +13 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.os.Looper; import android.os.ParcelFileDescriptor; import android.os.Process; import android.os.RemoteException; import android.os.UserHandle; import android.system.ErrnoException; import android.system.Os; import android.system.OsConstants; Loading Loading @@ -221,6 +222,18 @@ public abstract class BackupAgent extends ContextWrapper { public void onCreate() { } /** * Provided as a convenience for agent implementations that need an opportunity * to do one-time initialization before the actual backup or restore operation * is begun with information about the calling user. * <p> * * @hide */ public void onCreate(UserHandle user) { onCreate(); } /** * Provided as a convenience for agent implementations that need to do some * sort of shutdown process after backup or restore is completed. Loading