Home
last modified time | relevance | path

Searched defs:testContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
DSyncStorageEngineTest.java233 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityParsing() local
335 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local
364 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local
408 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java185 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local
194 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()