Searched defs:TestContext (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/
H A DTestContext.cpp17 #include "TestContext.h"
36 TestContext::TestContext() { function in class:android::uirenderer::test::TestContext
43 TestContext::~TestContext() {}
45 sp<Surface> TestContext::surface() {
59 void TestContext::waitForVsync() {
H A DTestContext.h35 class TestContext { class in namespace:android::uirenderer::test
37 TestContext();
38 ~TestContext();
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java44 private TestContext mTestContext;
49 mTestContext = new TestContext(getInstrumentation().getTargetContext());
189 return ((TestContext) mTestContext).partnerList;
196 private static class TestContext extends ContextWrapper { class in class:PartnerTest
200 public TestContext(Context context) { method in class:PartnerTest.TestContext
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java80 new TestContext(mockResolver, getContext()));
97 new TestContext(mockResolver, getContext()));
300 new TestContext(mockResolver, getContext()));
626 final TestContext testContext = new TestContext(mockResolver, getContext());
729 final TestContext testContext = new TestContext(mockResolver, getContext());
758 final TestContext testContext = new TestContext(mockResolver, getContext());
802 final TestContext testContex
885 class TestContext extends ContextWrapper { class in inherits:ContextWrapper
891 public TestContext(ContentResolver resolver, Context realContext) { method in class:TestContext
[all...]

Completed in 152 milliseconds