Searched defs:testContext (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
H A DTestUtils.java42 public TestUtils(Context targetContext, Context testContext, ExecutorService executor) { argument
44 mTestContext = testContext;
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapterTest.java43 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
47 DocumentsAdapter.Environment env = new TestEnvironment(testContext);
50 env, new IconHelper(testContext, State.MODE_GRID));
60 private final Context testContext; field in class:ModelBackedDocumentsAdapterTest.TestEnvironment
70 private TestEnvironment(Context testContext) { argument
71 this.testContext = testContext;
104 return testContext;
H A DDirectoryAddonsAdapterTest.java50 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
51 DocumentsAdapter.Environment env = new TestEnvironment(testContext);
56 env, new IconHelper(testContext, State.MODE_GRID)));
132 private final Context testContext; field in class:DirectoryAddonsAdapterTest.TestEnvironment
134 private TestEnvironment(Context testContext) { argument
135 this.testContext = testContext;
176 return testContext;

Completed in 82 milliseconds