Searched refs:MyContextWrapper (Results 1 – 3 of 3) sorted by relevance
57 import com.android.systemui.statusbar.phone.AutoTileManagerTest.MyContextWrapper;119 MyContextWrapper(mContext)); in setUp()358 class MyContextWrapper extends ContextWrapper { class in AutoTileManagerTest362 MyContextWrapper(TestableContext context) { in MyContextWrapper() method in AutoTileManagerTest.MyContextWrapper
90 mContextWrapper = new MyContextWrapper(getContext()); in setup()299 private static class MyContextWrapper extends ContextWrapper { class in PluginInstanceManagerTest300 public MyContextWrapper(Context base) { in MyContextWrapper() method in PluginInstanceManagerTest.MyContextWrapper
150 static class MyContextWrapper extends ContextWrapper { class in AppStandbyControllerTests153 public MyContextWrapper(Context base) { in MyContextWrapper() method in AppStandbyControllerTests.MyContextWrapper386 MyContextWrapper myContext = new MyContextWrapper(InstrumentationRegistry.getContext()); in setUp()