Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java186 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext(); in runTest() local
195 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java626 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityParsing() local
729 final TestContext testContext = new TestContext(mockResolver, getContext()); in testListenForTicklesParsing() local
758 final TestContext testContext = new TestContext(mockResolver, getContext()); in testAuthorityRenaming() local
802 final TestContext testContext = new TestContext(mockResolver, getContext()); in testSyncableMigration() local
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DPartnerTest.java172 public TestPackageManager(Context testContext) { in TestPackageManager()
/frameworks/base/libs/hwui/tests/
Dmain.cpp76 TestContext testContext; in run() local