This website requires JavaScript.
Explore
Help
Sign In
Android
/
frameworks_base
Watch
1
Star
0
Fork
0
You've already forked frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c7d9d2790f0b7a036d70bac2f100b42790ff0979
frameworks_base
/
core
/
java
/
android
/
database
History
The Android Open Source Project
e5a023bfbb
merge from open-source master
...
Change-Id: I8e7ccd470e8b90347686985aa2d8337d0c38900c
2010-06-18 12:40:42 -07:00
..
sqlite
merge from open-source master
2010-05-13 09:04:45 -07:00
AbstractCursor.java
fillWindow's start position must be smaller than getCount value
2010-06-07 02:07:51 +09:00
AbstractWindowedCursor.java
- create a new generic ISyncAdapter implementation, SyncAdapterNew
2009-06-01 16:17:03 -07:00
BulkCursorNative.java
…
BulkCursorToCursorAdaptor.java
Speed up ContentProvider.query() in simple case by ~30%
2010-03-09 15:20:21 -08:00
CharArrayBuffer.java
…
ContentObservable.java
…
ContentObserver.java
…
CrossProcessCursor.java
…
Cursor.java
Add some documentation about the thread safety of Cursor and some of the SQLite* classes.
2010-05-12 16:44:19 -07:00
CursorIndexOutOfBoundsException.java
…
CursorJoiner.java
…
CursorToBulkCursorAdaptor.java
CursorToBulkCursorAdapter.close must call mCursor.close instead of mCursor.deactivate. This prevent us to call Cursor.close on cross process ContentProvider and may cause a database leak problem.
2010-03-28 14:23:51 +09:00
CursorWindow.java
Speed up ContentProvider.query() in simple case by ~30%
2010-03-09 15:20:21 -08:00
CursorWrapper.java
…
DatabaseUtils.java
am
328c0e79
: - removed the concept of Entity from the ContentProvider APIs - 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
2009-12-10 10:37:52 -08:00
DataSetObservable.java
…
DataSetObserver.java
…
IBulkCursor.java
Speed up ContentProvider.query() in simple case by ~30%
2010-03-09 15:20:21 -08:00
IContentObserver.aidl
…
MatrixCursor.java
Handle null in MatrixCursor.get*()
2009-07-22 21:20:51 +01:00
MergeCursor.java
Call super.close() in MargeCursor
2010-03-23 11:15:28 +09:00
Observable.java
…
package.html
…
SQLException.java
…
StaleDataException.java
…