Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java58 private ContentQueryMap mContentQueryMap; field in ContentQueryMapTest
83 if (mContentQueryMap != null) { in tearDown()
84 mContentQueryMap.close(); in tearDown()
85 mContentQueryMap = null; in tearDown()
119 mContentQueryMap = new ContentQueryMap(mCursor, DummyProvider.NAME, true, null); in testGetRows()
120 Map<String, ContentValues> rows = mContentQueryMap.getRows(); in testGetRows()
126 mContentQueryMap.close(); in testGetRows()
129 mContentQueryMap = new ContentQueryMap(mCursor, DummyProvider.NAME, false, new Handler()); in testGetRows()
130 rows = mContentQueryMap.getRows(); in testGetRows()
132 mContentQueryMap.requery(); in testGetRows()
[all …]