Searched refs:mTestClass (Results 1 – 3 of 3) sorted by relevance
117 private final Class<?> mTestClass; field in OptionalClassRunner.ClassNotFoundRunner.ChildRunner122 this.mTestClass = testClass; in ChildRunner()128 return Description.createTestDescription(mTestClass, "classNotFound"); in getDescription()
256 String mTestClass = null; field in UiAutomatorTestRunner.WatcherResultPrinter285 if (testClass != null && !testClass.equals(mTestClass)) { in startTest()288 mTestClass = testClass; in startTest()
754 String mTestClass = null; field in InstrumentationTestRunner.WatcherResultPrinter774 if (testClass != null && !testClass.equals(mTestClass)) { in startTest()777 mTestClass = testClass; in startTest()