summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/CursorToBulkCursorAdaptor.java
Commit message (Expand)AuthorAgeFilesLines
* Print services setting changes not handled for managed profiles.Svetoslav2014-08-261-6/+4
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Fix cursor window leak when query execution fails.Jeff Brown2013-01-081-0/+5
* Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-141-30/+21
* Inform ContentObservers about the changed content Uri.Jeff Brown2012-01-231-2/+3
* Optimize fillWindow to improve reverse-seek performance.Jeff Brown2011-10-281-6/+5
* Add a CrossProcessCursorWrapper.Jeff Brown2011-10-131-5/+4
* AbstractWindowedCursor is not special.Jeff Brown2011-10-131-35/+27
* Deprecate local-only CursorWindows.Jeff Brown2011-10-121-2/+2
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-46/+39
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-54/+159
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* Remove the deprecated cursor methods.Jeff Hamilton2010-05-131-31/+0
* Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()Bjorn Bringert2010-03-031-2/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+233
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-233/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+233