META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/android/sharedstoragebackup/
com/android/sharedstoragebackup/ObbBackupService$1.class
ObbBackupService.java package com.android.sharedstoragebackup com.android.sharedstoragebackup.ObbBackupService$1 extends com.android.internal.backup.IObbBackupService$Stub { final synthetic com.android.sharedstoragebackup.ObbBackupService this$0 void <init> (com.android.sharedstoragebackup.ObbBackupService) com.android.sharedstoragebackup.ObbBackupService this$0 public void backupObbs (java.lang.String, android.os.ParcelFileDescriptor, int, android.app.backup.IBackupManager) String filePath java.io.File f String rootPath android.app.backup.FullBackupDataOutput out java.util.ArrayList obbList java.io.File obbDir java.io.FileOutputStream out byte[] buf java.io.IOException e java.io.IOException e java.io.FileOutputStream out byte[] buf java.io.IOException e java.io.FileOutputStream out byte[] buf java.io.IOException e String packageName android.os.ParcelFileDescriptor data int token android.app.backup.IBackupManager callbackBinder java.io.FileDescriptor outFd public void restoreObbFile (java.lang.String, android.os.ParcelFileDescriptor, long, int, java.lang.String, long, long, int, android.app.backup.IBackupManager) java.io.File outFile java.io.IOException e String packageName android.os.ParcelFileDescriptor data long fileSize int type String path long mode long mtime int token android.app.backup.IBackupManager callbackBinder java.util.ArrayList allFileContents (java.io.File) java.io.File f java.io.File dir java.io.File[] contents java.io.File rootDir java.util.ArrayList files java.util.ArrayList dirs }
com/android/sharedstoragebackup/ObbBackupService.class
ObbBackupService.java package com.android.sharedstoragebackup public com.android.sharedstoragebackup.ObbBackupService extends android.app.Service { static final String TAG static final boolean DEBUG com.android.internal.backup.IObbBackupService mService public void <init> () public android.os.IBinder onBind (android.content.Intent) android.content.Intent intent }
com/android/sharedstoragebackup/SharedStorageAgent.class
SharedStorageAgent.java package com.android.sharedstoragebackup public com.android.sharedstoragebackup.SharedStorageAgent extends android.app.backup.FullBackupAgent { static final String TAG static final boolean DEBUG android.os.storage.StorageVolume[] mVolumes public void <init> () public void onCreate () android.os.storage.StorageManager mgr public void onFullBackup (android.app.backup.FullBackupDataOutput) throws java.io.IOException android.os.storage.StorageVolume v String domain int i android.util.ArraySet externalFilesDirFilter java.io.File externalAndroidRoot android.app.backup.FullBackupDataOutput output public void onRestoreFile (android.os.ParcelFileDescriptor, long, int, java.lang.String, java.lang.String, long, long) throws java.io.IOException int i NumberFormatException e android.os.ParcelFileDescriptor data long size int type String domain String relpath long mode long mtime java.io.File outFile int slash }