Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1896 context = (context != null) ? context : createInvocationContext(); in execCommand()
1948 return execCommand(createInvocationContext(), listener, args); in execCommand()
2010 protected IInvocationContext createInvocationContext() { in createInvocationContext() method in CommandScheduler
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java160 protected IInvocationContext createInvocationContext() { in createInvocationContext() method in CommandSchedulerTest.TestableCommandScheduler