summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProviderOperation.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* Apply fixes for EfficientStrings.Jeff Sharkey2020-10-201-6/+6
* Update some Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-211-8/+8
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* Expand ContentProviderOperation support of extras.Jeff Sharkey2019-11-151-6/+21
* Fix subtle bug when using empty withValues().Jeff Sharkey2019-08-281-7/+22
* Expand ContentProviderOperation to support call().Jeff Sharkey2019-08-081-269/+556
* Add nullability annotations for current behavior.Jeff Sharkey2019-08-081-21/+26
* Handle any exception when allowing failures.Jeff Sharkey2019-04-161-19/+24
* Allow failures of applyBatch() operations.Jeff Sharkey2019-04-151-4/+29
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* docs: fixing errors found with lint checker am: 219f7dcb66kopriva2018-10-101-1/+1
|\
| * docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
| |\
| | * docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+8
| |/
* | Recover shady content:// paths.Jeff Sharkey2018-09-251-14/+2
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+8
|/
* Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao2017-03-241-4/+4
* Add docs for ContentProviderOperations.Jeff Brown2015-06-101-1/+53
* Expose ContentProviderOperation typeBrian Attwell2015-01-231-0/+16
* Revert "Expose ContentProviderOperation type"Brian Attwell2015-01-221-16/+0
* Expose ContentProviderOperation typeBrian Attwell2015-01-221-0/+16
* Resolving resources across users.Nicolas Prevot2014-05-131-1/+26
* 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