Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastServiceTestCase.java98 private class TestContextWrapper extends ContextWrapper { class in CellBroadcastServiceTestCase
100 private final String TAG = TestContextWrapper.class.getSimpleName();
102 public TestContextWrapper(Context base) { in TestContextWrapper() method in CellBroadcastServiceTestCase.TestContextWrapper
174 mContext = new TestContextWrapper(getContext()); in setUp()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyTestsBase.java76 final TestContextWrapper context = new TestContextWrapper( in setUpDisplayPolicy()
167 static class TestContextWrapper extends ContextWrapper { class in DisplayPolicyTestsBase
170 TestContextWrapper(Context targetContext, Resources targetResources) { in TestContextWrapper() method in DisplayPolicyTestsBase.TestContextWrapper