Searched refs:mCursor2x2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SimpleCursorAdapterTest.java | 48 Cursor mCursor2x2; field in SimpleCursorAdapterTest 65 mCursor2x2 = createCursor(mFrom, mData2x2); in setUp() 93 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testCreateLive() 115 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorLive() 134 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorNull() 153 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2, in testChangeCursorColumns() 192 ca.changeCursorAndColumns(mCursor2x2, mFrom, mTo); in testChangeNullToMapped() 212 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2, in testChangeMapping() 219 ca.changeCursorAndColumns(mCursor2x2, singleFrom, singleTo); in testChangeMapping() 232 ca.changeCursorAndColumns(mCursor2x2, singleFrom, singleTo); in testChangeMapping()
|