Searched refs:TestContextWrapper (Results 1 – 2 of 2) sorted by relevance
117 public class TestContextWrapper extends ContextWrapper { class in CellBroadcastServiceTestCase119 private final String TAG = TestContextWrapper.class.getSimpleName();121 public TestContextWrapper(Context base) { in TestContextWrapper() method in CellBroadcastServiceTestCase.TestContextWrapper243 mContext = new TestContextWrapper(getContext()); in setUp()
466 ((TestContextWrapper) mContext).injectCreateConfigurationContext(mockContext); in testShouldDisplayMessage()490 ((TestContextWrapper) mContext).injectCreateConfigurationContext(null); in testShouldDisplayMessage()