Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestCursor.java21 public class TestCursor extends MatrixCursor { class
23 public TestCursor(String[] columnNames) { in TestCursor() method in TestCursor
H A DTestDocumentsProvider.java120 TestCursor cursor = new TestCursor(DOCUMENTS_PROJECTION); in createDocumentsCursor()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DRecentsLoaderTests.java38 import com.android.documentsui.testing.TestCursor;
165 TestCursor c = (TestCursor) mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testContentsUpdate_observable()