summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BackupManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Move towards a formal public API for backup and restoreChristopher Tate2010-01-251-4/+4
* Don't crash the system process when a backup transport unregistersChristopher Tate2009-12-221-2/+12
* resolved conflicts for merge of 5a2fdbba to masterDoug Zongker2009-12-071-48/+32
|\
| * move event log tags used by system server into this packageDoug Zongker2009-12-041-48/+32
* | Encrypted File Systems Project. Installer modifications.Oscar Montemayor2009-11-241-12/+12
|/
* Fix #2176803 - restores from userdebug to user builds not workingChristopher Tate2009-11-041-2/+13
* Use setRepeating() rather than setInexactRepeating() for backup scheduling,Dan Egnor2009-10-301-3/+13
* Turn off the last of the STOPSHIP verbose debuggingChristopher Tate2009-09-301-3/+3
* Only re-initialize backup state if @pm@ metadata is missing,Dan Egnor2009-09-301-180/+147
* Better event log tracking for initializeDevice() requests --Dan Egnor2009-09-291-23/+23
* Add more useful-for-debug info to 'dumpsys backup'Christopher Tate2009-09-291-5/+26
* Don't forget to clear "backup in progress" state when finishing a passChristopher Tate2009-09-271-0/+9
* Disallow concurrent backups; consult transport requestBackupTime()Christopher Tate2009-09-241-14/+44
* Clear the device's data from the transport when backup is disabledChristopher Tate2009-09-241-18/+236
* If backup fails, reenqueue all of the affected packages for next time.Christopher Tate2009-09-221-6/+25
* Add parameter for the restore set (device id) data is being restored from to ...Dan Egnor2009-09-221-1/+1
* Make IBackupTransport.finishBackup() also return an int code, since it too canDan Egnor2009-09-211-63/+70
* Reset backup tracking in response to transport data-wipe notificationChristopher Tate2009-09-211-6/+70
* Fix up the first-backup-ever trackingChristopher Tate2009-09-201-19/+24
* Add an 'init everything' operation to the first backup passChristopher Tate2009-09-201-3/+16
* Inefficient but correct fix for 2122381: call finishBackup after every perfor...Dan Egnor2009-09-171-1/+11
* Be sure to include shared lib path info when dealing with agentsChristopher Tate2009-09-161-5/+15
* Expand apps' control over the settings restore processChristopher Tate2009-09-011-4/+33
* Backup participants must now hold the BACKUP_DATA permissionChristopher Tate2009-08-131-2/+21
* Don't let bmgr leave a restore session hanging on errorChristopher Tate2009-08-111-0/+2
* Print restore tokens in hexChristopher Tate2009-08-101-2/+3
* Temporarily rollback a change that's causing SetupWizard failures during rest...Amith Yamasani2009-08-071-0/+4
* Clear app data via the Activity Manager, not Package ManagerChristopher Tate2009-08-061-1/+5
* Correct the backup manager's identity around wakelock useChristopher Tate2009-08-051-0/+4
* Bootstrap the ever-backed-up bookkeeping properlyChristopher Tate2009-08-041-26/+32
* Allow zero-length lists in EventLog entries.Dan Egnor2009-07-291-29/+37
* clean up error recovery; log events tracking backup activityDan Egnor2009-07-271-146/+188
* Backup manager should default to not "provisioned" so backups don't start unt...Joe Onorato2009-07-271-1/+1
* Don't leave restore data lying around after the operationChristopher Tate2009-07-241-0/+2
* Need to be able to call the backup manager from the system process.Joe Onorato2009-07-231-8/+8
* Clean up when an attempted restore throwsChristopher Tate2009-07-201-0/+4
* The rest of ever-backed-up trackingChristopher Tate2009-07-151-5/+71
* Ensure that everything gets backed up at least onceChristopher Tate2009-07-151-38/+111
* Grant adb the BACKUP permissionChristopher Tate2009-07-141-4/+0
* Don't NPE if a restore session is requested for an invalid transportChristopher Tate2009-07-131-1/+3
* Don't invoke the transport if doBackup supplied no dataChristopher Tate2009-07-081-9/+17
* Remove a lot of debug-log verbosityChristopher Tate2009-07-071-12/+9
* Only write to the pending-backup journal when necessaryChristopher Tate2009-07-071-4/+6
* Fix the metadata-available test during restoreChristopher Tate2009-07-071-2/+1
* Make enable/provisioning of the backup service a two-step processChristopher Tate2009-07-061-6/+43
* Fix up permissions for 'dumpsys backup'Christopher Tate2009-07-061-1/+6
* Hold a wakelock during backup/restore/clear operationsChristopher Tate2009-07-061-39/+78
* If we can't get the restore set's metadata, don't continueChristopher Tate2009-07-021-0/+9
* Clean up the last two literal permission string usagesChristopher Tate2009-07-021-2/+3
* Add a "clear backed-up data" method to the backup mechanismChristopher Tate2009-07-021-0/+95