Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | frameworks/base refactoring. | Mathias Agopian | 2012-02-17 | 1 | -1/+1 |
| | | | | | | step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef | ||||
* | Make the file backup helper not crash if a file you requested | Joe Onorato | 2009-06-11 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. | Joe Onorato | 2009-06-11 | 1 | -0/+1 |
| | | | | This took quite a bit of refactoring. | ||||
* | rename a few files to camel-case, add copyright notices | Mathias Agopian | 2009-06-04 | 1 | -1/+17 |
| | |||||
* | Add the backup data file writer C++ class. | Joe Onorato | 2009-05-15 | 1 | -0/+1 |
| | |||||
* | Implement the C++ class to write the backed up file data. | Joe Onorato | 2009-05-15 | 1 | -0/+3 |
| | |||||
* | fix the sim build. disables the tests for now. | Joe Onorato | 2009-05-08 | 1 | -3/+10 |
| | |||||
* | Add some C++ code to do raw files for backup | Joe Onorato | 2009-05-05 | 1 | -0/+97 |