Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java89 final Context testContext = InstrumentationRegistry.getContext(); in TestHelper() local
90 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), in TestHelper()
92 mResolver = testContext.getContentResolver(); in TestHelper()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java232 public void testContext() throws Exception { in testContext() method in InstrumentationTest