Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java237 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog()
266 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog_disabled()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java47 public class InvocationContext implements IInvocationContext { class
75 public InvocationContext() { in InvocationContext() method in InvocationContext
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java356 new SubprocessTestResultsParser(listener, true, new InvocationContext())) { in testParser_noConnection()