Home
last modified time | relevance | path

Searched refs:tid3 (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DTestStub.java75 TestDescription tid3 = new TestDescription("TestStub", "test3"); in testAttempt() local
76 listener.testStarted(tid3); in testAttempt()
78 listener.testFailed(tid3, "ouch this is bad."); in testAttempt()
80 listener.testEnded(tid3, new HashMap<String, Metric>()); in testAttempt()