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

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DAutoContextTest.java30 public void testContext() throws Throwable { method in class:AutoContextTest
H A DDuplicateContextTest.java30 public void testContext() throws Throwable { method in class:DuplicateContextTest
/frameworks/base/libs/hwui/tests/microbench/
H A DFrameBuilderBench.cpp97 TestContext testContext; local
/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp121 TestContext testContext; local
122 testContext.setRenderOffscreen(opts.renderOffscreen);
127 sp<Surface> surface = testContext.surface();
151 testContext.waitForVsync();
164 testContext.waitForVsync();
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java191 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
193 setContextIfAndroidTestCase(testCase, mContext, testContext);
199 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { argument
202 ((AndroidTestCase) test).setTestContext(testContext);
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3184 MyMockContext(Context testContext, Context mockContext) { argument
3185 this.mTestContext = testContext;

Completed in 1999 milliseconds