Searched defs:testContext (Results 1 – 2 of 2) sorted by relevance
238 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityParsing() local340 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local369 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local413 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
186 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local195 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()