Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextWrapperTest.java55 MockContextWrapper testContextWrapper = new MockContextWrapper(context); in testAccessBaseContext() local
58 assertSame(context, testContextWrapper.getBaseContext()); in testAccessBaseContext()
60 Context secondContext = testContextWrapper.createPackageContext(getValidPackageName(), in testAccessBaseContext()
66 testContextWrapper.attachBaseContext(secondContext); in testAccessBaseContext()