Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
50b701e0169ed7145602470fca382103e99700f3
/
services
/
backup
9778ed5
Merge "[Multi-user] Properly check for system apps in multi-user context"
by Annie Meng
· 6 years ago
5a8e6fe
[Multi-user] Properly check for system apps in multi-user context
by Annie Meng
· 6 years ago
21a91fb
[Multi-user] Schedule full backup jobs immediately
by Annie Meng
· 6 years ago
7535077
Merge "[Multi-user] Disable backup by default in non-system users"
by Annie Meng
· 6 years ago
bdb8848
[Multi-user] Disable backup by default in non-system users
by Annie Meng
· 6 years ago
6712b72
[Multi-user] Verfiy full backup/restore flow
by Ruslan Tkhakokhov
· 6 years ago
25b5405
Merge "Make Trampoline support multi-user backup."
by Stefano Tommasini
· 6 years ago
72d03de
Make Trampoline support multi-user backup.
by Stefano Tommasini
· 6 years ago
fcdfa01
[Multi-user] Remove dir management for non-system users
by Annie Meng
· 6 years ago
53cf520
[Multi-user] Convert various calls to use user id
by Annie Meng
· 6 years ago
2c9ae09
[Multi-user] Change ActivityManagerService to use userId.
by Chandan Nath
· 6 years ago
f87b8c8
Merge "Updating certain services to be final fields."
by Varun Shah
· 6 years ago
ca1b5b9
Merge "[Multi-user] Convert key-value flow to use user id"
by Annie Meng
· 6 years ago
1cf011c
Merge "[Multi-User] Make JobScheduler logic multi-user aware"
by Ruslan Tkhakokhov
· 6 years ago
99c350d
[Multi-user] Convert key-value flow to use user id
by Annie Meng
· 6 years ago
851bdd4
[Multi-User] Make JobScheduler logic multi-user aware
by Ruslan Tkhakokhov
· 6 years ago
d50bda4
Merge "[Multi-user] Transport changes"
by Chandan Nath
· 6 years ago
1b99948
[Multi-user] Transport changes
by Chandan Nath
· 6 years ago
14d5c21
Updating certain services to be final fields.
by Varun Shah
· 6 years ago
345ec1b
Merge "[Multi-user] Make package changes receiver per-user"
by Annie Meng
· 6 years ago
4f98512
[Multi-user] Make package changes receiver per-user
by Annie Meng
· 6 years ago
4a5e370
[Multi-user] adb fullbackup: support userId
by Chandan Nath
· 6 years ago
834b72e
Merge "[Multi-user] Make backup and initialize receivers per user"
by Annie Meng
· 6 years ago
8f7cd87
Merge "Moved isAppForeground to ActivityManagerInternal."
by Varun Shah
· 6 years ago
356e09b
[Multi-user] Make backup and initialize receivers per user
by Annie Meng
· 6 years ago
e505098
Merge "[Multi-user] Clean up backup enabled initialization"
by Annie Meng
· 6 years ago
98c84e1
Moved isAppForeground to ActivityManagerInternal.
by Varun Shah
· 6 years ago
2fbb91c4
Merge changes Ibd37ae12,I9a33547c
by Chandan Nath
· 6 years ago
6e95fc9
[Multi-user] Clean up backup enabled initialization
by Annie Meng
· 6 years ago
b3bf0c6
backup: no-op code cleanup
by Chandan Nath
· 6 years ago
801f2ec
[Multi-user] Make backup dirs user-specific
by Chandan Nath
· 6 years ago
c0a7604
[Multi-user] Make various backup settings be per-user
by Annie Meng
· 6 years ago
443143a
[Multi-user] Change device provisioned to per-user setup complete
by Annie Meng
· 6 years ago
180e515
[Multi-user] Make each user have their own backup thread
by Annie Meng
· 6 years ago
2de1d85
Merge "[Multi-user] No-op refactor to move backup dirs and settings, which should be user-specific, to one class for each."
by Chandan Nath
· 6 years ago
71508fd
[Multi-user] No-op refactor to move backup dirs and settings, which should be user-specific,
by Chandan Nath
· 6 years ago
91824ff
[Backup cleanup] remove unused (and no-op) method setBackupProvisioned
by Chandan Nath
· 6 years ago
71452ce
[Multi-User] Unregister stopped users in BMS
by Annie Meng
· 6 years ago
816fd23
[Multi-user] Consolidate system and non-system user unlock callbacks
by Annie Meng
· 6 years ago
8cd86f1
[Multi-user] Change Trampoline,BackupManagerService to use userId
by Chandan Nath
· 6 years ago
9f6e3e6
Merge "[Multi-user] Store user id in UserBMS"
by Annie Meng
· 6 years ago
2ec8b91
Merge "[Multi-user] Change more BackupManager AIDL methods to accept userId in methods"
by Chandan Nath
· 6 years ago
f55148b
[Multi-user] Store user id in UserBMS
by Annie Meng
· 6 years ago
d1ee43e
[Multi-user] Change more BackupManager AIDL methods to accept userId in methods
by Chandan Nath
· 6 years ago
6a93c23
[Multi-user] Decouple UserBMS and BMS creation
by Annie Meng
· 6 years ago
a2fe6c5
[Multi-user] Add -user param to adb backup/restore
by Ruslan Tkhakokhov
· 6 years ago
cd44f75
[Multi-user] Change BackupManager AIDL to accept userId in methods
by Chandan Nath
· 6 years ago
59f6f7f
[Multi-user] Initialize user state in UserBMS
by Annie Meng
· 6 years ago
604eb2a
[Multi-user] Consolidate BMS creation
by Annie Meng
· 6 years ago
3b2e750
[Multi-user] Stop migrating legacy backup setting
by Annie Meng
· 6 years ago
a6d8287
[Multi-user] Create setting for multi-user backup service support
by Annie Meng
· 6 years ago
ae12b3c
Ports the first part of encryption/key to AOSP.
by Bram Bonné
· 6 years ago
da6e447
Merge "Update B&R owners"
by TreeHugger Robot
· 6 years ago
df70906
Update B&R owners
by Annie Meng
· 6 years ago
8c0d41a
Merge "[Multi-user] Rename GlobalBackupManagerService -> BackupManagerService"
by Annie Meng
· 6 years ago
384230f
[Multi-user] Rename GlobalBackupManagerService -> BackupManagerService
by Annie Meng
· 6 years ago
178828f
Merge "[Multi-user] Extract BackupManagerService to UserBackupManagerService"
by Annie Meng
· 6 years ago
fc2851e
Removes ASEC-related logic from the framework
by Patrick Baumann
· 6 years ago
813716b
[Multi-user] Extract BackupManagerService to UserBackupManagerService
by Annie Meng
· 6 years ago
850f109
Merge "Start using shared libraries class loader."
by Nicolas Geoffray
· 6 years ago
8d144eb
Start using shared libraries class loader.
by Nicolas Geoffray
· 6 years ago
70bb9a6
Ports encryption/storage from gmscore to AOSP.
by Bram Bonné
· 6 years ago
56a5c27
[Multi-user] Fix BMS checkstyle
by Annie Meng
· 6 years ago
832d53c
Merge "[Multi-user] Clean up BMS structure"
by Annie Meng
· 6 years ago
2863ea6
[Multi-user] Clean up BMS structure
by Annie Meng
· 6 years ago
8650033
Ports chunking/cdc from gmscore to AOSP.
by Bram Bonné
· 6 years ago
eb6dabc
KV] Don't set current token if no data was moved
by Ruslan Tkhakokhov
· 6 years ago
523c949
[Multi-user] Clean up backup service creation and disable
by Annie Meng
· 6 years ago
5dffe46
Merge "Ports second part of the chunking code from gmscore to AOSP."
by TreeHugger Robot
· 6 years ago
0e7b2e6
cleanup Trampoline
by Chandan Nath
· 6 years ago
84c66b8
Ports second part of the chunking code from gmscore to AOSP.
by Bram Bonné
· 6 years ago
861872d
Merge "Remove BackupManagerServiceInterface"
by TreeHugger Robot
· 6 years ago
d77874c
Merge "[KV] Only discard state if non-null"
by Bernardo Rufino
· 6 years ago
5dcff70
[KV] Only discard state if non-null
by Bernardo Rufino
· 6 years ago
477a17e6
Ports part of the backup/encryption/chunking code from gmscore.
by Bram Bonné
· 6 years ago
a5ccb6c
Remove BackupManagerServiceInterface
by Bernardo Rufino
· 6 years ago
ab4bbc0
Merge "Moves all backup chunk-model related classes over to the framework."
by Bram Bonné
· 6 years ago
4fee398
Merge "[KV] Exceptions for error-handling"
by Bernardo Rufino
· 6 years ago
d142f36
Merge "Set KV MORE_DEBUG to false and add tests"
by TreeHugger Robot
· 6 years ago
1f1bae9
[KV] Exceptions for error-handling
by Bernardo Rufino
· 6 years ago
226dfa2
Moves all backup chunk-model related classes over to the framework.
by Bram Bonné
· 6 years ago
e582912
Fix caller log on appIsRunningAndEligibleForBackupWithTransport
by Bernardo Rufino
· 6 years ago
cad924c
Set KV MORE_DEBUG to false and add tests
by Bernardo Rufino
· 6 years ago
071f28d
Merge "Revert the mandatory backups feature."
by TreeHugger Robot
· 6 years ago
3b6e087
Revert the mandatory backups feature.
by Lenka Trochtova
· 6 years ago
629d31c
Merge "Moves first parts of backup crypto code (ChunkHash class) to the framework."
by Bram Bonné
· 6 years ago
cf2b7c3
Moves first parts of backup crypto code (ChunkHash class) to the framework.
by Bram Bonné
· 6 years ago
944dca7
Merge "[KV] Refactor clean-up"
by TreeHugger Robot
· 6 years ago
1374690
[FBR] Extract app metadata backup to helper
by Annie Meng
· 6 years ago
ef0d93e
[KV] Refactor clean-up
by Bernardo Rufino
· 6 years ago
74eee10
Use RemoteCall for quota exceeded in backups
by Bernardo Rufino
· 6 years ago
6a422d6
[KV] Consider throwing BackupAgent a failure
by Bernardo Rufino
· 6 years ago
47b3cf9
[KV] Remove states
by Bernardo Rufino
· 6 years ago
0830f64
[KV] Refactor sendDataToTransport() and finishTask()
by Bernardo Rufino
· 6 years ago
e80f270
[KV] Cancellation and small refactors
by Bernardo Rufino
· 6 years ago
bd758fd
[KV] Extract event reporting and remove traces
by Bernardo Rufino
· 6 years ago
8fe7b59
Add null check for full-backup task
by Bernardo Rufino
· 6 years ago
75f73f0
[KV] Move KVBT to its own package
by Bernardo Rufino
· 6 years ago
088a0ef
[KV] Refactor logs
by Bernardo Rufino
· 6 years ago
cc714c1
[KV] PerformBackupTask => KeyValueBackupTask
by Bernardo Rufino
· 6 years ago
Next »