Searched refs:mTestClass (Results 1 – 3 of 3) sorted by relevance
116 private final Class<?> mTestClass; field in OptionalClassRunner.ClassNotFoundRunner.ChildRunner121 this.mTestClass = testClass; in ChildRunner()127 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()
755 String mTestClass = null; field in InstrumentationTestRunner.WatcherResultPrinter775 if (testClass != null && !testClass.equals(mTestClass)) { in startTest()778 mTestClass = testClass; in startTest()