Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginActionManagerTest.java271 private static class MyContextWrapper extends SysuiTestableContext { class in PluginActionManagerTest
272 MyContextWrapper(Context base) { in MyContextWrapper() method in PluginActionManagerTest.MyContextWrapper
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java215 static class MyContextWrapper extends ContextWrapper { class in AppStandbyControllerTests
218 public MyContextWrapper(Context base) { in MyContextWrapper() method in AppStandbyControllerTests.MyContextWrapper