Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginInstanceManagerTest.java299 private static class MyContextWrapper extends ContextWrapper { class in PluginInstanceManagerTest
300 public MyContextWrapper(Context base) { in MyContextWrapper() method in PluginInstanceManagerTest.MyContextWrapper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java358 class MyContextWrapper extends ContextWrapper { class in AutoTileManagerTest
362 MyContextWrapper(TestableContext context) { in MyContextWrapper() method in AutoTileManagerTest.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