Searched refs:TestCursor (Results 1 – 3 of 3) sorted by relevance
21 public class TestCursor extends MatrixCursor { class23 public TestCursor(String[] columnNames) { in TestCursor() method in TestCursor
120 TestCursor cursor = new TestCursor(DOCUMENTS_PROJECTION); in createDocumentsCursor()
38 import com.android.documentsui.testing.TestCursor;165 TestCursor c = (TestCursor) mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testContentsUpdate_observable()