OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:performFullBackup
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/app/backup/
BackupTransport.java
200
* called after {@link #performBackup}, {@link #
performFullBackup
}, or {@link clearBackupData}
204
* @return the same error codes as {@link #performBackup} or {@link #
performFullBackup
}.
360
* will be called outside of the {@link #
performFullBackup
}/{@link #finishBackup} pair.
393
* {@link #
performFullBackup
(PackageInfo, ParcelFileDescriptor)}.
411
public int
performFullBackup
(PackageInfo targetPackage, ParcelFileDescriptor socket,
413
return
performFullBackup
(targetPackage, socket);
417
* Legacy version of {@link #
performFullBackup
(PackageInfo, ParcelFileDescriptor, int)} that
420
public int
performFullBackup
(PackageInfo targetPackage, ParcelFileDescriptor socket) {
425
* Called after {@link #
performFullBackup
} to make sure that the transport is willing to
453
* descriptor provided in the {@link #
performFullBackup
(PackageInfo, ParcelFileDescriptor)
[
all
...]
/frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java
333
public int
performFullBackup
(PackageInfo targetPackage, ParcelFileDescriptor socket) {
340
Log.i(TAG, "
performFullBackup
: " + targetPackage);
364
Log.w(TAG, "Attempted sendBackupData before
performFullBackup
");
/prebuilts/sdk/system_current/
android.jar
Completed in 34 milliseconds