summaryrefslogtreecommitdiffstats
path: root/core/jni/android_backup_BackupHelperDispatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-8/+8
| | | | Change-Id: I0b21316ff890d7f3c7d4b82837bb60670724c2e8
* Add an extra null terminator. String8::unlockBuffer isJoe Onorato2009-06-261-2/+10
| | | | | | | | supposed to be doing this, but it's not and I can't figure out why. This makes BackupHelperDispatcher able to read the keys correctly. Also, we weren't writing the data size.
* Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato2009-06-251-0/+251