Searched refs:SQLiteCursor (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogCursorTest.java44 import android.database.sqlite.SQLiteCursor;
177 is(instanceOf(SQLiteCursor.class)),
187 is(instanceOf(SQLiteCursor.class)),
236 is(instanceOf(SQLiteCursor.class)),
269 is(instanceOf(SQLiteCursor.class)),
285 is(instanceOf(SQLiteCursor.class)),
352 is(instanceOf(SQLiteCursor.class)),
378 is(instanceOf(SQLiteCursor.class)),
394 is(instanceOf(SQLiteCursor.class)),
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java32 * SQLiteCursor is not internally synchronized so code using a SQLiteCursor from multiple
33 * threads should perform its own synchronization when using the SQLiteCursor.
35 public class SQLiteCursor extends AbstractWindowedCursor { class in inherits:AbstractWindowedCursor
36 static final String TAG = "SQLiteCursor";
75 * @deprecated use {@link #SQLiteCursor(SQLiteCursorDriver, String, SQLiteQuery)} instead
78 public SQLiteCursor(SQLiteDatabase db, SQLiteCursorDriver driver, method in class:SQLiteCursor
93 public SQLiteCursor(SQLiteCursorDriver driver, String editTable, SQLiteQuery query) { method in class:SQLiteCursor
H A DSQLiteDirectCursorDriver.java50 cursor = new SQLiteCursor(this, mEditTable, query);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsMatchers.java19 import android.database.sqlite.SQLiteCursor;
222 * Returns a matcher that matches data entry in <code>SQLiteCursor</code> that has
227 return new BoundedMatcher<Object, SQLiteCursor>(SQLiteCursor.class) {
234 protected boolean matchesSafely(SQLiteCursor cursor) {
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java25 import android.database.sqlite.SQLiteCursor;
265 SQLiteCursor c;
267 public TestObserver(int total_, SQLiteCursor cursor) {
442 * Test the ability of a subclass of SQLiteCursor to change its query arguments.
450 return new SQLiteCursor(db, masterQuery, editTable, query) {
/frameworks/base/
H A Dpreloaded-classes906 android.database.sqlite.SQLiteCursor
H A Dcompiled-classes-phone1206 android.database.sqlite.SQLiteCursor

Completed in 562 milliseconds