Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-05 | Use -Werror in frameworks/base/tests/backup | Chih-Hung Hsieh | |
* Ommit unused parameter names. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ie073fd911480960673b24d5b4d84b4f8dd0d0302 | |||
2012-02-17 | frameworks/base refactoring. | Mathias Agopian | |
step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef | |||
2009-06-11 | Make the file backup helper not crash if a file you requested | Joe Onorato | |
can't be stated. This means you don't need to know if the files you are backing up exist or not -- we'll figure it out for you. | |||
2009-06-11 | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. | Joe Onorato | |
This took quite a bit of refactoring. | |||
2009-06-04 | rename a few files to camel-case, add copyright notices | Mathias Agopian | |
2009-05-15 | Add the backup data file writer C++ class. | Joe Onorato | |
2009-05-15 | Implement the C++ class to write the backed up file data. | Joe Onorato | |
2009-05-08 | fix the sim build. disables the tests for now. | Joe Onorato | |
2009-05-05 | Add some C++ code to do raw files for backup | Joe Onorato | |