Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DTestStub.java70 TestDescription tid2 = new TestDescription("TestStub", "test2"); in testAttempt() local
71 listener.testStarted(tid2); in testAttempt()
72 listener.testEnded(tid2, new HashMap<String, Metric>()); in testAttempt()