Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java138 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog()
171 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog_disabled()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java40 public class InvocationContext implements IInvocationContext { class
68 public InvocationContext() { in InvocationContext() method in InvocationContext