Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DTestContext.java24 public class TestContext extends ContextWrapper { class
30 public TestContext(Context base) { in TestContext() method in TestContext
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestDocumentsProvider.java105 private static class TestContext extends ContextWrapper { class in TestDocumentsProvider
107 private TestContext(Context context) { in TestContext() method in TestDocumentsProvider.TestContext
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/
H A DEmergencyAffordanceServiceTest.java88 private class TestContext extends BroadcastInterceptingContext { class in EmergencyAffordanceServiceTest
89 TestContext(Context base) { in TestContext() method in EmergencyAffordanceServiceTest.TestContext
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java109 private static class TestContext extends TestableContext { class in StartingSurfaceDrawerTests
110 TestContext(Context context) { in TestContext() method in StartingSurfaceDrawerTests.TestContext
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsAdapterTest.java241 private class TestContext extends ContextWrapper { class in RemoteViewsAdapterTest
247 TestContext() { in TestContext() method in RemoteViewsAdapterTest.TestContext
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp67 TestContext::TestContext() { in TestContext() function in android::uirenderer::test::TestContext
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java458 private class TestContext extends ContextWrapper { class in AppWidgetServiceImplTest
460 public TestContext() { in TestContext() method in AppWidgetServiceImplTest.TestContext
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java1291 private static class TestContext extends ContextWrapper { class in InputMethodUtilsTest
1298 TestContext(@NonNull Context context, int userId) { in TestContext() method in InputMethodUtilsTest.TestContext