Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_base
/
7b4645f35e866a9f30cefbefc9451f5db06c3549
/
services
/
backup
a40ec3b
Make changes guarding the new opt-out scheme overridable
by Ruslan Tkhakokhov
· 5 years ago
08888bf
Merge "aabhinav@ leaves BR OWNERS." am: 779b5f6308 am: 3858d8f505 am: 8b7604594e
by Abhinav Aggarwal
· 5 years ago
c06e6dd
aabhinav@ leaves BR OWNERS.
by Abhinav Aggarwal
· 5 years ago
424af83
Merge "Update backup OWNERS." am: c6fa98ba7e am: b440119859 am: 932e6dfaa9
by Treehugger Robot
· 5 years ago
561153a
Update backup OWNERS.
by Tobias Thierer
· 5 years ago
e05824f
Merge "Update BackupEligibilityRules" into sc-dev
by Ruslan Tkhakokhov
· 5 years ago
bc8317c
Update BackupEligibilityRules
by Ruslan Tkhakokhov
· 5 years ago
5c3913d
Determine restore operation type through RestoreSet
by Ruslan Tkhakokhov
· 5 years ago
a2fdf3f
Get OperationType from transport
by Ruslan Tkhakokhov
· 5 years ago
8a6a2bc
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
by Bob Badour
· 5 years ago
be473bf
Merge ab/7061308 into stage.
by Xin Li
· 5 years ago
051ef78
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
by Bob Badour
· 5 years ago
47fc6df
Revert "Get OperationType from transport"
by Kapish Goel
· 5 years ago
f81af9d
Get OperationType from transport
by Ruslan Tkhakokhov
· 5 years ago
c0299a5
Merge "Update services/backup/OWNERS" am: 84da5781da am: 7b4dda6f1d am: b67de755a8
by Tobias Thierer
· 5 years ago
b67de75
Merge "Update services/backup/OWNERS" am: 84da5781da am: 7b4dda6f1d
by Tobias Thierer
· 5 years ago
f27c9a8
Update services/backup/OWNERS
by Tobias Thierer
· 5 years ago
9aaffe3
Temporarily disable the new adb backup behavior
by Ruslan Tkhakokhov
· 5 years ago
dabbcf5
Fix DevicePolicyManager.isBackupServiceEnabled() breakage.
by Tobias Thierer
· 5 years ago
c6d1839
BackupManagerService: Make new behavior conditional on ChangeId.
by Tobias Thierer
· 5 years ago
79192da
Enforce BACKUP permission on Service end.
by Tobias Thierer
· 5 years ago
630dec9
Fix DevicePolicyManager.isBackupServiceEnabled() breakage.
by Tobias Thierer
· 5 years ago
735cbd5
Update eligibility rules for adb backup
by Ruslan Tkhakokhov
· 5 years ago
d31ee38
Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855
by Xin Li
· 5 years ago
7671f0d9
BackupManagerService: Make new behavior conditional on ChangeId.
by Tobias Thierer
· 5 years ago
b2ab2c4
Enforce BACKUP permission on Service end.
by Tobias Thierer
· 5 years ago
64ef203
Merge "Backup platform: Update OWNERS." am: 0be136593e am: 04af92eeba am: 6acfa90ddd am: e934630b7d
by Tobias Thierer
· 5 years ago
e934630
Merge "Backup platform: Update OWNERS." am: 0be136593e am: 04af92eeba am: 6acfa90ddd
by Tobias Thierer
· 5 years ago
e00178d
Backup platform: Update OWNERS.
by Tobias Thierer
· 5 years ago
d23b537
Enable Error Prone to detect obscure bugs.
by Jeff Sharkey
· 5 years ago
aa50c22
UBMS.mRunInitIntent: Mark as immutable.
by Tobias Thierer
· 5 years ago
f76ffea
Merge changes from topic "oct6"
by Jeff Sharkey
· 6 years ago
b93712f
Tighten up Binder.clearCallingIdentity() usage.
by Jeff Sharkey
· 6 years ago
d821113
Merge "Increase restore timeout for system agents"
by Ruslan Tkhakokhov
· 6 years ago
623ad18
Increase restore timeout for system agents
by Ruslan Tkhakokhov
· 6 years ago
2d2e07e
Tighten up Binder.clearCallingIdentity() usage.
by Jeff Sharkey
· 6 years ago
61d2bbe
DataChangedJournal: Make nonfinal to partially fix a test breakage.
by Tobias Thierer
· 6 years ago
4b5b017
Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc am: da7478b570 am: 487d394296
by Jeff Sharkey
· 6 years ago
487d394
Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc am: da7478b570
by Jeff Sharkey
· 6 years ago
4172f8a
Update language to comply with Android's inclusive language guidance
by Jeff Sharkey
· 6 years ago
70512dd
[backup] system_server should not call non forUser Settings.Secure.get* methods
by Songchun Fan
· 6 years ago
628590d
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
by Xin Li
· 6 years ago
a2a1e46
[FSD2D] Pass eligibility rules to TarBackupReader#chooseRestorePolicy
by Ruslan Tkhakokhov
· 6 years ago
1cbf11a
[FSD2D] Make adjustments to restore flow
by Ruslan Tkhakokhov
· 6 years ago
47f61fc
Merge changes from topic "fsd2d-backup-agent"
by Ruslan Tkhakokhov
· 6 years ago
5d65072
Merge "[FSD2D] Add BackupManager API to start restore"
by Ruslan Tkhakokhov
· 6 years ago
9cc61d5
[FSD2D] Pass @OperationType at agent creation in B&R code
by Ruslan Tkhakokhov
· 6 years ago
9bdd2f6
[FSD2D] Add BackupManager API to start restore
by Ruslan Tkhakokhov
· 6 years ago
46a0354
Merge "Removed @Deprecated SystemService callback methods that take a userId."
by Felipe Leme
· 6 years ago
837f8c1
Removed @Deprecated SystemService callback methods that take a userId.
by Felipe Leme
· 6 years ago
55643e3
Merge "Update language to comply with Android's inclusive language guidance"
by Joël Stemmer
· 6 years ago
ac15253
Update language to comply with Android's inclusive language guidance
by Joël Stemmer
· 6 years ago
73ef1a9
Merge "Update language to comply with Android's inclusive language guidance"
by Joël Stemmer
· 6 years ago
71cb19a
Update language to comply with Android's inclusive language guidance
by Joël Stemmer
· 6 years ago
3a4c61e
Update language to comply with Android's inclusive language guidance
by Joël Stemmer
· 6 years ago
dd64d79
Log only a summary 'Found stale backup journal' message. am: 4b4e781943 am: 2ae5c5405d
by Tom Cherry
· 6 years ago
9db7802
Log only a summary 'Found stale backup journal' message.
by Tom Cherry
· 6 years ago
4b4e781
Log only a summary 'Found stale backup journal' message.
by Tom Cherry
· 6 years ago
dd59df0
DataChangedJournal.forEach(): Fix fragile loop condition.
by Tobias Thierer
· 6 years ago
19a88b6
DataChangedJournal: Disallow null files/directories.
by Tobias Thierer
· 6 years ago
2b3004d
Fix DataChangedJournalTest.equals().
by Tobias Thierer
· 6 years ago
112e3c2
Log only a summary 'Found stale backup journal' message.
by Tom Cherry
· 6 years ago
9a724ed
Migrate usages of AppBackupUtils to BackupEligibilityRules
by Ruslan Tkhakokhov
· 6 years ago
b0a213e
Refactor AppBackupUtils into BackupEligibilityRules
by Ruslan Tkhakokhov
· 6 years ago
77c7e48
Merge changes from topic "fsd2d-1"
by Ruslan Tkhakokhov
· 6 years ago
2f2e13c
Add BackupManager API to start migration
by Ruslan Tkhakokhov
· 6 years ago
2e5a1c2
[FSD2D] Add migration-aware methods to AppBackupUtils
by Ruslan Tkhakokhov
· 6 years ago
db4c6bf
Merge "services/backup/OWNERS: Add more people." am: 944082eca5 am: 87783595af am: fdf9fe2499 am: 7b5aeaa798 am: 781f492b1e
by Tobias Thierer
· 6 years ago
781f492
Merge "services/backup/OWNERS: Add more people." am: 944082eca5 am: 87783595af am: fdf9fe2499 am: 7b5aeaa798
by Tobias Thierer
· 6 years ago
fdf9fe2
Merge "services/backup/OWNERS: Add more people." am: 944082eca5 am: 87783595af
by Tobias Thierer
· 6 years ago
90abbee
Merge "Fix state deletion for transient backup issues." into rvc-qpr-dev am: 2170ba0f9f
by TreeHugger Robot
· 6 years ago
723f5f3
Fix state deletion for transient backup issues.
by Tobias Thierer
· 6 years ago
19838ea
services/backup/OWNERS: Add more people.
by Tobias Thierer
· 6 years ago
6c25f57
Merge "KVBT: Fix typo in log message."
by TreeHugger Robot
· 6 years ago
0169d15
Merge "Update services/backup/OWNERS" am: 5079d626d9 am: 349777a814 am: 82dfc06f7b am: f3d73b40ee am: e5973b85a8
by Tobias Thierer
· 6 years ago
82dfc06
Merge "Update services/backup/OWNERS" am: 5079d626d9 am: 349777a814
by Tobias Thierer
· 6 years ago
5079d62
Merge "Update services/backup/OWNERS"
by Tobias Thierer
· 6 years ago
a4d2420
Merge "Change secure setting that controls skipping of user-facing packages" into rvc-dev am: 1d1bc0f550 am: ad79def9b5 am: 6525f619c6 am: b69b4938c1
by TreeHugger Robot
· 6 years ago
7346d70
Change secure setting that controls skipping of user-facing packages
by Ruslan Tkhakokhov
· 6 years ago
72376bf
Merge "Fix file descriptor ownership."
by Josh Gao
· 6 years ago
ead6dac
Fix file descriptor ownership.
by Josh Gao
· 6 years ago
5390db1
Merge "Fix file descriptor ownership." into rvc-dev am: 21ff6de81f am: 88e39e1bdf am: 965c456f98 am: 3853f7b0e7
by Tobias Thierer
· 6 years ago
ec6e081
Update services/backup/OWNERS
by Tobias Thierer
· 6 years ago
76322e5
KVBT: Fix typo in log message.
by Tobias Thierer
· 6 years ago
b401cc3
services/backup/OWNERS: Sync with internal version.
by Tobias Thierer
· 6 years ago
819ed81
Fix state deletion for transient backup issues.
by Tobias Thierer
· 6 years ago
3e29e4a
Fix file descriptor ownership.
by Josh Gao
· 6 years ago
ab10e44
Allow blocking calls to BackupTransport as a temporary measure
by Nikhar Agrawal
· 6 years ago
5c79104
Address issues with ancestral serial number file
by Al Sutton
· 6 years ago
d5bf477
Merge "Add custom Error Prone check for SDK comparisons." into rvc-dev am: 559130df3f am: a182ebd85f am: 8eea9f2c34 am: 095ebb723c
by Jeff Sharkey
· 6 years ago
4d1d7b5
Add custom Error Prone check for SDK comparisons.
by Jeff Sharkey
· 6 years ago
4a91825
Merge "Skip backup/restore of wallpaper package" into rvc-dev am: 6eca78cd87 am: 22e29a8b64 am: 7efb090c7d am: b537f2bac1
by Ruslan Tkhakokhov
· 6 years ago
f9c5bd8
Skip backup/restore of wallpaper package
by Ruslan Tkhakokhov
· 6 years ago
dee3ce5
Merge "Enforce BACKUP permission for BackupManager#excludeKeysFromRestore()" into rvc-dev am: 8700a941f6 am: 99fab9ca81 am: a46cfa2334 am: b53b82d53a
by Nikhar Agrawal
· 6 years ago
7f87c19
Enforce BACKUP permission for BackupManager#excludeKeysFromRestore()
by Nikhar Agrawal
· 6 years ago
51e8bb6
Add userId to log messages
by Al Sutton
· 6 years ago
c4d9e91
Add userId to log messages - DO NOT MERGE
by Al Sutton
· 6 years ago
4188d8f
Do not write backup enabled status to file on init
by Ruslan Tkhakokhov
· 6 years ago
feebe81
Revert "Add feature flag for "no data" backup calls"
by Al Sutton
· 6 years ago
d5db369
Add debug logging when keys are blocked
by Al Sutton
· 6 years ago
Next »