Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastServiceTestCase.java117 public class TestContextWrapper extends ContextWrapper { class in CellBroadcastServiceTestCase
119 private final String TAG = TestContextWrapper.class.getSimpleName();
121 public TestContextWrapper(Context base) { in TestContextWrapper() method in CellBroadcastServiceTestCase.TestContextWrapper
243 mContext = new TestContextWrapper(getContext()); in setUp()
DCellBroadcastAlertServiceTest.java466 ((TestContextWrapper) mContext).injectCreateConfigurationContext(mockContext); in testShouldDisplayMessage()
490 ((TestContextWrapper) mContext).injectCreateConfigurationContext(null); in testShouldDisplayMessage()