summaryrefslogtreecommitdiff
path: root/core/java/android/app/backup/BackupAgent.java
Commit message (Expand)AuthorAgeFilesLines
* BackupAgent: Add backup shared modeArthur Shuai2023-01-121-2/+5
* Add @IntDef for backup transport flagsRuslan Tkhakokhov2021-04-201-0/+12
* [FSD2D] Remove left-over code from proof-of-conceptRuslan Tkhakokhov2021-04-081-14/+0
* Support disableIfNoEncryptionCapabilities attributeRuslan Tkhakokhov2021-03-031-2/+2
* Update D2D logic in line with new opt-out rulesRuslan Tkhakokhov2021-03-011-4/+0
* Make FullBackup::BackupScheme aware of operation typeRuslan Tkhakokhov2021-02-141-5/+9
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-071-13/+15
* Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-061-6/+6
* [FSD2D]: Ignore eligiblity checks in BackupAgentRuslan Tkhakokhov2020-08-111-14/+33
* Merge changes from topic "fsd2d-backup-agent"Ruslan Tkhakokhov2020-08-071-9/+93
|\
| * [FSD2D] Pass @OperationType at agent creation in B&R codeRuslan Tkhakokhov2020-08-061-9/+93
* | Update language to comply with Android's inclusive language guidanceJoël Stemmer2020-07-291-1/+1
|/
* Pass excluded keys to the backup agent in onRestoreRuslan Tkhakokhov2019-12-111-3/+44
* [Multi-user] Verfiy full backup/restore flowRuslan Tkhakokhov2019-01-231-5/+15
* Add onCreate method to SystemBackup agent that receives UserHandle.Stefanot2018-10-151-0/+13
* Use RemoteCall for quota exceeded in backupsBernardo Rufino2018-09-031-2/+14
* [KV] Consider throwing BackupAgent a failureBernardo Rufino2018-08-311-1/+8
* [KV] State machine to linear task w/ RemoteCallBernardo Rufino2018-07-301-4/+6
* Fix file matching w/ full-backup rules xmlBernardo Rufino2018-06-291-30/+3
* Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-011-1/+0
* Revert "Update docs to match encryption requirements"Colin Cross2018-04-111-11/+4
* Update docs to match encryption requirementsRobert Berry2018-04-031-4/+11
* Extend XML parser to allow optional requiredFlags attributeMichal Karpinski2018-02-221-19/+41
* Revert "Extend XML parser to allow optional requiredFlags attribute"Maurice Lam2018-02-211-41/+19
* Extend XML parser to allow optional requiredFlags attributeMichal Karpinski2018-02-201-19/+41
* Add local transport parameters for transport flags GTS testBernardo Rufino2018-02-161-0/+10
* Add flag indicating transport is device-to-device transferRobert Berry2018-01-251-0/+9
* Add #getTransportFlags to BackupDataOutputRobert Berry2018-01-251-6/+22
* Add major version code to platform.Dianne Hackborn2017-12-041-1/+12
* Add "Threading" section to BackupAgent's class level javadocMichal Karpinski2017-08-091-0/+12
* Refresh in-memory SharedPreferences instances after restoreChristopher Tate2017-05-301-2/+9
* API: make "what's the quota?" an operation on the backup data sinksChristopher Tate2017-04-271-34/+3
* BackupAgent#getBackupQuota() APIShreyas Basarge2017-02-101-3/+34
* Fix @links in reference docs.Elliot Waite2017-01-251-1/+1
* Only full-data back up regular files + directoriesChristopher Tate2016-10-131-3/+4
* Explicitly close FD binder parameters in backup/restore API callsChristopher Tate2016-09-301-0/+22
* Correct docs about what is ignored in full-data backupChristopher Tate2016-05-051-3/+5
* API feedback: clarify onQuotaExceeded() documentationChristopher Tate2016-04-041-16/+24
* Refactoring FBE APIs based on council feedback.Jeff Sharkey2016-03-171-8/+6
* Make BackupManager encryption aware.Jeff Sharkey2016-02-181-34/+118
* Quota exceeded API in BackupAgentSergey Poromov2016-01-221-0/+37
* Fix symlink handling during backupChristopher Tate2015-09-241-5/+9
* Correctly skip files that are excluded from restoreMatthew Williams2015-08-061-5/+13
* Add full backup criteria to android manifestMatthew Williams2015-05-031-64/+212
* Remember to skip the no-backup dir during recursionsChristopher Tate2015-04-151-0/+2
* Add payload-size preflight stage to full transport backupChristopher Tate2015-03-261-13/+42
* Don't back up / restore the code_cache/ directoryChristopher Tate2015-03-051-2/+9
* Turn debug flag offAlan Jeon2014-12-131-1/+1
* Add BackupAgent.onRestoreFinished() callbackChristopher Tate2014-07-171-3/+34