Searched defs:testContext (Results 1 – 10 of 10) sorted by relevance
53 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY); in setUp() local77 private final Context testContext; field in ModelBackedDocumentsAdapterTest.TestEnvironment79 private TestEnvironment(Context testContext) { in TestEnvironment()
54 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY); in setUp() local112 private final Context testContext; field in SectionBreakDocumentsAdapterWrapperTest.TestEnvironment114 private TestEnvironment(Context testContext) { in TestEnvironment()
30 public void testContext() throws Throwable { in testContext() method in DuplicateContextTest
30 public void testContext() throws Throwable { in testContext() method in AutoContextTest
153 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local182 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local226 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
193 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local202 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
71 TestContext testContext; in run() local
97 TestContext testContext; in getSyncedSceneNode() local
172 public TestPackageManager(Context testContext) { in TestPackageManager()
352 public MyMockContext(Context testContext) { in MyMockContext()