Home
last modified time | relevance | path

Searched refs:MyContextWrapper (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginInstanceManagerTest.java91 mContextWrapper = new MyContextWrapper(getContext()); in setup()
301 private static class MyContextWrapper extends ContextWrapper { class in PluginInstanceManagerTest
302 public MyContextWrapper(Context base) { in MyContextWrapper() method in PluginInstanceManagerTest.MyContextWrapper
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java119 static class MyContextWrapper extends ContextWrapper { class in AppStandbyControllerTests
122 public MyContextWrapper(Context base) { in MyContextWrapper() method in AppStandbyControllerTests.MyContextWrapper
316 MyContextWrapper myContext = new MyContextWrapper(InstrumentationRegistry.getContext()); in setUp()