Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java57 import com.android.systemui.statusbar.phone.AutoTileManagerTest.MyContextWrapper;
119 MyContextWrapper(mContext)); in setUp()
358 class MyContextWrapper extends ContextWrapper { class in AutoTileManagerTest
362 MyContextWrapper(TestableContext context) { in MyContextWrapper() method in AutoTileManagerTest.MyContextWrapper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginInstanceManagerTest.java90 mContextWrapper = new MyContextWrapper(getContext()); in setup()
299 private static class MyContextWrapper extends ContextWrapper { class in PluginInstanceManagerTest
300 public MyContextWrapper(Context base) { in MyContextWrapper() method in PluginInstanceManagerTest.MyContextWrapper
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java150 static class MyContextWrapper extends ContextWrapper { class in AppStandbyControllerTests
153 public MyContextWrapper(Context base) { in MyContextWrapper() method in AppStandbyControllerTests.MyContextWrapper
386 MyContextWrapper myContext = new MyContextWrapper(InstrumentationRegistry.getContext()); in setUp()