Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java68 public final TestModel model;
69 public final TestModel archiveModel;
82 model = new TestModel(authority, features); in TestEnv()
83 archiveModel = new TestModel(ArchivesProvider.AUTHORITY, features); in TestEnv()
DTestModel.java34 public class TestModel extends Model { class
50 public TestModel(String authority, Features features) { in TestModel() method in TestModel
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DFocusManagerTest.java28 import com.android.documentsui.testing.TestModel;
57 .reset(mView, new TestModel(TEST_AUTHORITY, mFeatures)); in setUp()
78 .reset(mView, new TestModel(TEST_AUTHORITY, mFeatures)); in testFocusDirectoryList_noItemsToFocus()