Home
last modified time | relevance | path

Searched refs:newCursor (Results 1 – 4 of 4) 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/content/src/android/content/cts/
DContextTest.java919 public Cursor newCursor(SQLiteDatabase db, SQLiteCursorDriver masterQuery, in testAccessDatabase()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteDatabaseTest.java830 public Cursor newCursor(SQLiteDatabase db, SQLiteCursorDriver masterQuery, in testQuery()