Searched refs:TestModel (Results 1 – 3 of 3) sorted by relevance
68 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()
34 public class TestModel extends Model { class50 public TestModel(String authority, Features features) { in TestModel() method in TestModel
28 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()