summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentProviderResult.java
Commit message (Collapse)AuthorAgeFilesLines
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-0/+7
| | | | | | - change the applyBatch to take an ArrayList rather than an [] - change Entity to be a final flass that contains ContentValues - remove the ability to update/insert Entities by a ContentProviderOperation
* add ipc support to batchingFred Quintana2009-05-221-1/+39
|
* enhance ContentProvider with the ability to perform batch operationsFred Quintana2009-05-151-0/+39