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
fb8116f736f2df6d1b2f8044541390a9fd9953cb
frameworks_base
/
core
/
java
/
android
/
database
History
Jean-Baptiste Queru
c64b916ef5
resolved conflicts for merge of
e7731f0a
to gingerbread-plus-aosp
...
Change-Id: I8001a95f8c44ef0343e0a50de4bd5b5a85d41c38
2010-08-20 18:19:03 -07:00
..
sqlite
am
86c035f0
: Merge "COMMENT ONLY change to clarify ContentProvider documentation." into froyo
2010-07-27 16:52:12 -07:00
AbstractCursor.java
fillWindow's start position must be smaller than getCount value
2010-06-07 02:07:51 +09:00
AbstractWindowedCursor.java
…
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
resolved conflicts for merge of
e7731f0a
to gingerbread-plus-aosp
2010-08-20 18:19:03 -07: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
…
MergeCursor.java
Call super.close() in MargeCursor
2010-03-23 11:15:28 +09:00
Observable.java
…
package.html
…
SQLException.java
…
StaleDataException.java
…