Home
last modified time | relevance | path

Searched defs:testRunStarted (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelExitCodeResultReporter.java64 public void testRunStarted(String name, int numTests) { in testRunStarted() method in BazelExitCodeResultReporter
69 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in BazelExitCodeResultReporter
74 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in BazelExitCodeResultReporter
DBazelXmlResultReporter.java89 public void testRunStarted(String name, int numTests) { in testRunStarted() method in BazelXmlResultReporter
94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in BazelXmlResultReporter
99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in BazelXmlResultReporter