Home | History | Annotate | Download | only in backup

Lines Matching defs:onRestoreFile

116  * {@link #onRestoreFile(ParcelFileDescriptor, long, File, int, long, long) onRestoreFile()},
339 * @see #onRestoreFile(ParcelFileDescriptor, long, File, int, long, long)
800 public void onRestoreFile(ParcelFileDescriptor data, long size,
814 "onRestoreFile \"" + destination.getCanonicalPath()
829 "onRestoreFile \"" + destinationCanonicalPath
831 + " Aborting onRestoreFile.", e);
840 "onRestoreFile: \"" + destinationCanonicalPath + "\": listed in"
859 "onRestoreFile: Trying to restore \""
901 protected void onRestoreFile(ParcelFileDescriptor data, long size,
906 if (DEBUG) Log.d(TAG, "onRestoreFile() size=" + size + " type=" + type
922 onRestoreFile(data, size, outFile, type, mode, mtime);
943 * {@link #onRestoreFile(ParcelFileDescriptor, long, File, int, long, long) onRestoreFile()}
948 * @see #onRestoreFile(ParcelFileDescriptor, long, File, int, long, long)
1134 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime);
1136 Log.d(TAG, "onRestoreFile (" + BackupAgent.this.getClass().getName() + ") threw", e);