summaryrefslogtreecommitdiff
path: root/core/java/android/database/CursorWindow.java
Commit message (Expand)AuthorAgeFilesLines
* Making CursorWindowAllocationException publicEtienne Ruffieux2022-01-281-0/+5
* Change close guard logged messagesIoannis Ilkos2021-12-211-2/+2
* Remove old and unnecessary logEdgar Arriaga2021-11-291-60/+0
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Apply fixes for EfficientStrings.Jeff Sharkey2020-10-201-2/+2
* Add some simple annotations to Cursor.Jeff Sharkey2020-10-151-33/+30
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Change ISE to AssertException, which is more suitable.Makoto Onuki2019-04-041-2/+2
* Improve CursorWindow failure messageMakoto Onuki2019-04-031-4/+5
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+5
* @FastNative for CursorWindowChris Craik2018-01-261-7/+23
* Allow creating CursorWindow of custom sizeFyodor Kupolov2017-10-171-12/+33
* Init the static member when first used for CursorWindow.yingying2014-05-071-6/+9
* AArch64: Use long for pointersAshok Bhat2014-01-081-26/+27
* Don't close the database until all references released.Jeff Brown2012-03-061-10/+7
* Clean up database tests a little bit.Jeff Brown2012-01-121-3/+3
* Optimize fillWindow to improve reverse-seek performance.Jeff Brown2011-10-281-0/+18
* am 84bee4f8: Merge "Fix copyStringToBuffer row index calculation. Bug: 551555...Jeff Brown2011-10-281-1/+1
|\
| * Fix copyStringToBuffer row index calculation.Jeff Brown2011-10-271-1/+1
* | Make default implementation of fillWindow typesafe.Jeff Brown2011-10-121-38/+19
* | Deprecate local-only CursorWindows.Jeff Brown2011-10-121-12/+11
|/
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-10/+33
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-0/+16
* Clean up CursorWindow lifetime.Jeff Brown2011-10-071-6/+14
* Clean up CursorWindow code.Jeff Brown2011-10-061-366/+426
* cosmetic fixes: removing unused members/importsVasu Nori2011-03-011-5/+0
* bug:3497143 don't print warning if it is a bug in platform - not in app.Vasu Nori2011-03-011-6/+3
* requery() should close cursorwindow insead of setting it to null.Vasu Nori2011-01-061-4/+17
* when cursorwindow allocation fails, print the number of cursors left openVasu Nori2011-01-041-8/+83
* resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori2010-12-211-2/+10
* Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori2010-12-201-10/+2
* bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori2010-12-201-2/+10
* am c91e4673: am bbd212d7: Merge "Document per-implementation behaviors of nat...Jean-Baptiste Queru2010-11-031-0/+44
|\
| * Document per-implementation behaviors of native get* methodsDaniel Trebbien2010-11-021-0/+44
* | fix bugs introduced by I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591Vasu Nori2010-06-141-8/+4
* | add API to Cursor to get column value typeVasu Nori2010-06-021-28/+40
|/
* Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick2010-03-091-1/+1
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-0/+51
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+483
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-483/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+7
* Initial ContributionThe Android Open Source Project2008-10-211-0/+478