index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
backup
/
BackupAgent.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
BackupAgent: Add backup shared mode
Arthur Shuai
2023-01-12
1
-2
/
+5
*
Add @IntDef for backup transport flags
Ruslan Tkhakokhov
2021-04-20
1
-0
/
+12
*
[FSD2D] Remove left-over code from proof-of-concept
Ruslan Tkhakokhov
2021-04-08
1
-14
/
+0
*
Support disableIfNoEncryptionCapabilities attribute
Ruslan Tkhakokhov
2021-03-03
1
-2
/
+2
*
Update D2D logic in line with new opt-out rules
Ruslan Tkhakokhov
2021-03-01
1
-4
/
+0
*
Make FullBackup::BackupScheme aware of operation type
Ruslan Tkhakokhov
2021-02-14
1
-5
/
+9
*
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-15
1
-1
/
+1
*
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-10-07
1
-13
/
+15
*
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-10-06
1
-6
/
+6
*
[FSD2D]: Ignore eligiblity checks in BackupAgent
Ruslan Tkhakokhov
2020-08-11
1
-14
/
+33
*
Merge changes from topic "fsd2d-backup-agent"
Ruslan Tkhakokhov
2020-08-07
1
-9
/
+93
|
\
|
*
[FSD2D] Pass @OperationType at agent creation in B&R code
Ruslan Tkhakokhov
2020-08-06
1
-9
/
+93
*
|
Update language to comply with Android's inclusive language guidance
Joël Stemmer
2020-07-29
1
-1
/
+1
|
/
*
Pass excluded keys to the backup agent in onRestore
Ruslan Tkhakokhov
2019-12-11
1
-3
/
+44
*
[Multi-user] Verfiy full backup/restore flow
Ruslan Tkhakokhov
2019-01-23
1
-5
/
+15
*
Add onCreate method to SystemBackup agent that receives UserHandle.
Stefanot
2018-10-15
1
-0
/
+13
*
Use RemoteCall for quota exceeded in backups
Bernardo Rufino
2018-09-03
1
-2
/
+14
*
[KV] Consider throwing BackupAgent a failure
Bernardo Rufino
2018-08-31
1
-1
/
+8
*
[KV] State machine to linear task w/ RemoteCall
Bernardo Rufino
2018-07-30
1
-4
/
+6
*
Fix file matching w/ full-backup rules xml
Bernardo Rufino
2018-06-29
1
-30
/
+3
*
Fix broken links in @see tags in framework docs.
Aurimas Liutikas
2018-06-01
1
-1
/
+0
*
Revert "Update docs to match encryption requirements"
Colin Cross
2018-04-11
1
-11
/
+4
*
Update docs to match encryption requirements
Robert Berry
2018-04-03
1
-4
/
+11
*
Extend XML parser to allow optional requiredFlags attribute
Michal Karpinski
2018-02-22
1
-19
/
+41
*
Revert "Extend XML parser to allow optional requiredFlags attribute"
Maurice Lam
2018-02-21
1
-41
/
+19
*
Extend XML parser to allow optional requiredFlags attribute
Michal Karpinski
2018-02-20
1
-19
/
+41
*
Add local transport parameters for transport flags GTS test
Bernardo Rufino
2018-02-16
1
-0
/
+10
*
Add flag indicating transport is device-to-device transfer
Robert Berry
2018-01-25
1
-0
/
+9
*
Add #getTransportFlags to BackupDataOutput
Robert Berry
2018-01-25
1
-6
/
+22
*
Add major version code to platform.
Dianne Hackborn
2017-12-04
1
-1
/
+12
*
Add "Threading" section to BackupAgent's class level javadoc
Michal Karpinski
2017-08-09
1
-0
/
+12
*
Refresh in-memory SharedPreferences instances after restore
Christopher Tate
2017-05-30
1
-2
/
+9
*
API: make "what's the quota?" an operation on the backup data sinks
Christopher Tate
2017-04-27
1
-34
/
+3
*
BackupAgent#getBackupQuota() API
Shreyas Basarge
2017-02-10
1
-3
/
+34
*
Fix @links in reference docs.
Elliot Waite
2017-01-25
1
-1
/
+1
*
Only full-data back up regular files + directories
Christopher Tate
2016-10-13
1
-3
/
+4
*
Explicitly close FD binder parameters in backup/restore API calls
Christopher Tate
2016-09-30
1
-0
/
+22
*
Correct docs about what is ignored in full-data backup
Christopher Tate
2016-05-05
1
-3
/
+5
*
API feedback: clarify onQuotaExceeded() documentation
Christopher Tate
2016-04-04
1
-16
/
+24
*
Refactoring FBE APIs based on council feedback.
Jeff Sharkey
2016-03-17
1
-8
/
+6
*
Make BackupManager encryption aware.
Jeff Sharkey
2016-02-18
1
-34
/
+118
*
Quota exceeded API in BackupAgent
Sergey Poromov
2016-01-22
1
-0
/
+37
*
Fix symlink handling during backup
Christopher Tate
2015-09-24
1
-5
/
+9
*
Correctly skip files that are excluded from restore
Matthew Williams
2015-08-06
1
-5
/
+13
*
Add full backup criteria to android manifest
Matthew Williams
2015-05-03
1
-64
/
+212
*
Remember to skip the no-backup dir during recursions
Christopher Tate
2015-04-15
1
-0
/
+2
*
Add payload-size preflight stage to full transport backup
Christopher Tate
2015-03-26
1
-13
/
+42
*
Don't back up / restore the code_cache/ directory
Christopher Tate
2015-03-05
1
-2
/
+9
*
Turn debug flag off
Alan Jeon
2014-12-13
1
-1
/
+1
*
Add BackupAgent.onRestoreFinished() callback
Christopher Tate
2014-07-17
1
-3
/
+34
[next]