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.java151 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog()
179 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog_disabled()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java43 public class InvocationContext implements IInvocationContext { class
71 public InvocationContext() { in InvocationContext() method in InvocationContext