Home
last modified time | relevance | path

Searched refs:newCursor (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorAdapterTest.java399 Cursor newCursor = createTestCursor(3, ADAPTER_ROW_COUNT); in testChangeCursorAndColumns() local
401 simpleCursorAdapter.changeCursorAndColumns(newCursor, from, VIEWS_TO); in testChangeCursorAndColumns()
402 assertSame(newCursor, simpleCursorAdapter.getCursor()); in testChangeCursorAndColumns()
403 newCursor.moveToFirst(); in testChangeCursorAndColumns()
404 simpleCursorAdapter.bindView(listItem, null, newCursor); in testChangeCursorAndColumns()
407 newCursor.moveToLast(); in testChangeCursorAndColumns()
408 simpleCursorAdapter.bindView(listItem, null, newCursor); in testChangeCursorAndColumns()
/cts/tests/tests/database/src/android/database/cts/
DDatabaseCursorTest.java474 public Cursor newCursor(SQLiteDatabase db, SQLiteCursorDriver masterQuery, in testRequeryWithAlteredSelectionArgs()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteQueryBuilderTest.java216 public Cursor newCursor(SQLiteDatabase db, SQLiteCursorDriver masterQuery, in testSetCursorFactory()
DSQLiteDatabaseTest.java965 public Cursor newCursor(SQLiteDatabase db, SQLiteCursorDriver masterQuery, in testQuery()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java1044 public Cursor newCursor(SQLiteDatabase db, SQLiteCursorDriver masterQuery, in testAccessDatabase()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt14839 …method public android.database.Cursor newCursor(android.database.sqlite.SQLiteDatabase, android.da…