Searched defs:testContext (Results 1 – 2 of 2) sorted by relevance
233 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityParsing() local335 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local364 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local408 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
185 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local194 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()