Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorAdapterTest.java70 private static final int ADAPTER_ROW_COUNT = 20; field in SimpleCursorAdapterTest
114 mCursor = createTestCursor(DEFAULT_COLUMN_COUNT, ADAPTER_ROW_COUNT); in setup()
126 createTestCursor(DEFAULT_COLUMN_COUNT, ADAPTER_ROW_COUNT), in testConstructor()
296 Cursor curWith3Columns = createTestCursor(3, ADAPTER_ROW_COUNT); in testChangeCursor()
301 Cursor curWith1Column = createTestCursor(1, ADAPTER_ROW_COUNT); in testChangeCursor()
336 Cursor curWith3Columns = createTestCursor(DEFAULT_COLUMN_COUNT + 1, ADAPTER_ROW_COUNT); in testConvertToString()
399 Cursor newCursor = createTestCursor(3, ADAPTER_ROW_COUNT); in testChangeCursorAndColumns()