Searched refs:testContext (Results 1 – 2 of 2) sorted by relevance
89 final Context testContext = InstrumentationRegistry.getContext(); in TestHelper() local90 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), in TestHelper()92 mResolver = testContext.getContentResolver(); in TestHelper()
232 public void testContext() throws Exception { in testContext() method in InstrumentationTest