android.app.backup.BackupAgentHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.app.backup;
public class BackupAgentHelper
extends android.app.backup.BackupAgent
{
public BackupAgentHelper() { throw new RuntimeException("Stub!"); }
public void onBackup(android.os.ParcelFileDescriptor oldState, android.app.backup.BackupDataOutput data, android.os.ParcelFileDescriptor newState) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public void onRestore(android.app.backup.BackupDataInput data, int appVersionCode, android.os.ParcelFileDescriptor newState) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public void addHelper(java.lang.String keyPrefix, android.app.backup.BackupHelper helper) { throw new RuntimeException("Stub!"); }
}