summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentProviderOperation.java
Commit message (Expand)AuthorAgeFilesLines
* Fix the rest of the javadoc warnings.Joe Onorato2010-09-161-4/+6
* Add error logging to ContentProviderOperation.Ken Shirriff2010-02-191-1/+20
* Avoid NPE when callers send null selection args.Jeff Sharkey2009-10-291-2/+6
* Copy the selection args when creating a CPO since callers often reuse the pas...Jeff Hamilton2009-10-281-1/+2
* add the ability to do a newAssert with no valuesFred Quintana2009-09-151-18/+29
* add the ability to specify yieldpoints in a ContentProviderOperationFred Quintana2009-08-281-1/+14
* New ContentProviderOperation to assert values during batch.Jeff Sharkey2009-08-101-49/+58
* - add several common kinds and beef up some othersFred Quintana2009-08-061-5/+6
* Expose type constants and accessor for unit tests.Jeff Sharkey2009-07-281-6/+15
* add a data_version column to the data tableFred Quintana2009-06-111-0/+6
* - make it easier to add content values to the ContentProviderOperationFred Quintana2009-06-041-2/+49
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-50/+32
* add ipc support to batchingFred Quintana2009-05-221-5/+141
* enhance ContentProvider with the ability to perform batch operationsFred Quintana2009-05-151-0/+358