History log of /frameworks/base/core/jni/android_backup_BackupHelperDispatcher.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3804cf77f0edd93f6247a055cdafb856b117eec 12-Apr-2011 Elliott Hughes <enh@google.com> You don't need to poke around inside FileDescriptor manually.

We can help you with that.

Note also that getParcelFileDescriptorFD did no such thing. All its callers
were passing in a regular java.io.FileDescriptor and expecting the int. No
ParcelFileDescriptors involved.

Change-Id: Idc233626f20c092e719f152562601f406cc1b64a
/frameworks/base/core/jni/android_backup_BackupHelperDispatcher.cpp
4528186e0d65fc68ef0dd1941aa2ac8aefcd55a3 06-Mar-2010 Christopher Tate <ctate@google.com> Refactor android.backup => android.app.backup

Change-Id: I0b21316ff890d7f3c7d4b82837bb60670724c2e8
/frameworks/base/core/jni/android_backup_BackupHelperDispatcher.cpp
12a4da328a234b171b78cc341544817e9a074057 26-Jun-2009 Joe Onorato <joeo@android.com> Add an extra null terminator. String8::unlockBuffer is
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.
/frameworks/base/core/jni/android_backup_BackupHelperDispatcher.cpp
4ababd922eac5931e0222862ff082dc29e012816 26-Jun-2009 Joe Onorato <joeo@android.com> Make the BackupHelperDispatcher properly handle multiple helpers.
/frameworks/base/core/jni/android_backup_BackupHelperDispatcher.cpp