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

/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp17 #include "tests/common/TestContext.h"
56 TestContext::TestContext() { function in class:android::uirenderer::test::TestContext
63 TestContext::~TestContext() {}
65 sp<Surface> TestContext::surface() {
72 void TestContext::createSurface() {
80 void TestContext::createWindowSurface() {
91 void TestContext::createOffscreenSurface() {
102 void TestContext
[all...]
H A DTestContext.h41 class TestContext { class in namespace:android::uirenderer::test
43 TestContext();
44 ~TestContext();
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DTestContext.java24 public class TestContext extends ContextWrapper { class in inherits:ContextWrapper
30 public TestContext(Context base) { method in class:TestContext
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/
H A DLinkSpanTest.java39 final TestContext context = new TestContext(application);
59 private static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener { class in class:LinkSpanTest
63 TestContext(Context base) { method in class:LinkSpanTest.TestContext
/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestDocumentsProvider.java50 context = new TestContext(context);
105 private static class TestContext extends ContextWrapper { class in class:TestDocumentsProvider
107 private TestContext(Context context) { method in class:TestDocumentsProvider.TestContext
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java78 new TestContext(mockResolver, getContext()));
95 new TestContext(mockResolver, getContext()));
153 final TestContext testContext = new TestContext(mockResolver, getContext());
182 final TestContext testContext = new TestContext(mockResolver, getContext());
226 final TestContext testContext = new TestContext(mockResolver, getContext());
309 class TestContext extends ContextWrapper { class in inherits:ContextWrapper
315 public TestContext(ContentResolve method in class:TestContext
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java71 private TestContext mTestContext;
85 mTestContext = new TestContext();
291 private class TestContext extends ContextWrapper { class in class:AppWidgetServiceImplTest
293 public TestContext() { method in class:AppWidgetServiceImplTest.TestContext

Completed in 363 milliseconds