Home
last modified time | relevance | path

Searched defs:reportNotExecuted (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DIReportNotExecuted.java34 public default void reportNotExecuted(ITestInvocationListener listener) {} in reportNotExecuted() method
43 public default void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DTokenTestClass.java53 public void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method in TokenTestClass
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java116 private IRemoteTest poll(boolean reportNotExecuted) { in poll()
298 private void reportNotExecuted(ITestInvocationListener listener) { in reportNotExecuted() method in TestsPoolPoller
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DUnexecutedTestReporterThreadTest.java83 public void reportNotExecuted(ITestInvocationListener listener) { in reportNotExecuted() method in UnexecutedTestReporterThreadTest.TestReport
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java1123 public void reportNotExecuted(ITestInvocationListener listener) { in reportNotExecuted() method in ITestSuite
1129 public void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method in ITestSuite
DModuleDefinition.java993 public final void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method in ModuleDefinition