summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/AsyncQueryHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ↵Fred Quintana2009-12-101-68/+0
| | | | | | | | | removed the parcelling ability from Entity and EntityIterator and made them public - added an EntityIterator abstract implementation that allow easy wrapping of a Cursor - changed the VCard c Merge commit '328c0e7986aa6bb7752ec6de3da9c999920bb55f' into eclair-mr2-plus-aosp * commit '328c0e7986aa6bb7752ec6de3da9c999920bb55f': - removed the concept of Entity from the ContentProvider APIs
* fix build breakageFred Quintana2009-10-061-0/+1
|
* - hide Entity and all its referencesFred Quintana2009-10-061-0/+1
| | | | | | | - remove updateEntity and insertEntity, since they are not used - add the RawContacts.Entity class, which is used in lieu of the android.content.Entity
* Add AsyncQueryHandler helper for queryEntities().Jeff Sharkey2009-08-121-7/+72
| | | | | | | | Recently we added queryEntities() to the ContentProvider interface to read out Entity objects atomically. This change adds a helper to AsyncQueryHandler to perform these queries on a background thread, returning the result when finished.
* Added lightweight exception logging to AsyncQueryHandler.Jeff Sharkey2009-08-071-0/+1
| | | | | | | Without this, it's really hard to debug exceptions coming over from a ContentProvider. This is lightweight logging that is only triggered by an exception, and doesn't write a full stacktrace.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+360
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-360/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+14
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+17
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+338