Searched defs:testContext (Results 1 – 7 of 7) sorted by relevance
30 public void testContext() throws Throwable { in testContext() method in AutoContextTest
30 public void testContext() throws Throwable { in testContext() method in DuplicateContextTest
156 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local185 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local229 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
191 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local199 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
97 TestContext testContext; in getSyncedSceneNode() local
121 TestContext testContext; in run() local
3184 MyMockContext(Context testContext, Context mockContext) { in MyMockContext()