summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProviderClient.java
Commit message (Expand)AuthorAgeFilesLines
* Change close guard logged messagesIoannis Ilkos2021-12-211-2/+2
* Runtime permission attribution improvementsSvet Ganov2021-03-291-17/+17
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+0
* Rename featureId -> attributionTagPhilip P. Moltmann2020-03-111-17/+21
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-23/+23
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Extend insert/update/delete to provide extras.Jeff Sharkey2019-11-151-10/+25
* Note with featureId from ContentProviderPhilip P. Moltmann2019-10-291-14/+22
* Detailed ContentProvider permissions checks.Jeff Sharkey2019-07-121-0/+19
* Respond to various API council feedback.Jeff Sharkey2019-02-191-4/+3
* Offer API to detect ContentProvider ANRs.Jeff Sharkey2018-12-081-2/+18
* Extract common methods into ContentInterface.Jeff Sharkey2018-12-081-8/+52
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+3
* Utility methods useful for working with files.Jeff Sharkey2018-07-111-6/+11
* Allow blocking calls when protected against ANRs.Jeff Sharkey2017-11-091-0/+13
* Properly guard access to CloseGuard in finalizers.Narayan Kamath2017-04-031-2/+8
* Unihiding REFRESH_SUPPORTED and ContentProviderClient#refresh.Ben Lin2016-12-211-1/+1
* Replace ContentProvider SQL args w/ Bundle & Constants.Steve McKay2016-12-091-4/+13
* Treat everyone the same, redux.Jeff Sharkey2016-11-161-7/+1
* Adding ContentProvider#refresh and ContentResolver#refresh.Ben Lin2016-11-101-0/+24
* Revert "Treat everyone the same."Jeff Sharkey2016-07-111-1/+7
* Treat everyone the same.Jeff Sharkey2016-06-291-7/+1
* Remove com.google.android.syncadapters.contacts from exception listMakoto Onuki2016-02-051-2/+1
* Temporary patch to work around broken casting.Jeff Sharkey2016-01-101-1/+2
* Null cursors don't need to be wrapped.Jeff Sharkey2016-01-071-0/+4
* GmsCore is casting to a concrete subclass, sigh.Jeff Sharkey2016-01-071-1/+6
* Discourage use of "_data" column.Jeff Sharkey2016-01-061-29/+77
* Annotate ContentProviderClient arguments.Jeff Sharkey2015-06-121-29/+74
* Fix issue with call backs from media process.Dianne Hackborn2014-11-191-1/+1
* Detect wedged ContentProviders, treat as ANR.Jeff Sharkey2013-10-011-43/+133
* Create unique files, root ordering, UI bugs.Jeff Sharkey2013-09-211-0/+13
* Handle pipe thumbnails, acquire unstable refs.Jeff Sharkey2013-09-111-0/+4
* Disabled states, more UX work, bug fixes.Jeff Sharkey2013-09-091-1/+4
* Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-061-0/+24
* Stronger DocumentsProvider contract.Jeff Sharkey2013-08-281-0/+7
* Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-12/+51
* More work on App Ops service.Dianne Hackborn2013-01-161-11/+13
* More mult-user API work.Dianne Hackborn2012-08-071-0/+13
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-17/+116
* Add infrastructure for accessing "unstable" content providers.Dianne Hackborn2012-05-091-2/+9
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+2
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-6/+6
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-1/+14
* Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-9/+34
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-10/+1
* - hide Entity and all its referencesFred Quintana2009-10-061-11/+4
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-1/+2
* add ipc support to batchingFred Quintana2009-05-221-10/+6
* content provider entitiesFred Quintana2009-05-131-8/+50