Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DContextWrapperTest.java67 final ContextWrapper wrapper = new TestContextWrapper(null /* base */); in testRegisterComponentCallbacksWithoutBaseContextBeforeT()
89 final ContextWrapper wrapper = new TestContextWrapper(null /* base */); in testRegisterComponentCallbacksWithoutBaseContextAfterT()
138 private static class TestContextWrapper extends ContextWrapper { class in ContextWrapperTest
139 TestContextWrapper(Context base) { in TestContextWrapper() method in ContextWrapperTest.TestContextWrapper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTest.java114 private TestContextWrapper mWrappedContext;
137 mWrappedContext = new TestContextWrapper(mContext); in setUp()
565 private static class TestContextWrapper extends ContextWrapper { class in TileLifecycleManagerTest
569 TestContextWrapper(Context base) { in TestContextWrapper() method in TileLifecycleManagerTest.TestContextWrapper