Searched defs:testContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java172 public TestPackageManager(Context testContext) { argument
173 mTestContext = testContext;
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp76 TestContext testContext; local
81 sp<Surface> surface = testContext.surface();
106 testContext.waitForVsync();
112 testContext.waitForVsync();
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java186 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
188 setContextIfAndroidTestCase(testCase, mContext, testContext);
195 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { argument
198 ((AndroidTestCase) test).setTestContext(testContext);

Completed in 208 milliseconds